How to Create Elastic IPs on Amazon Web Service(AWS).

An Elastic IP address is a reserved public IP address that you can assign to any EC2 instance in a particular region, until you choose to release it. The Elastic IP address remains in place through events that normally cause the address to change, such as stopping or restarting the instance.By using an Elastic IP …

How to Create Volume on Amazon Web Service(AWS).

An Amazon EBS volume is a durable, block-level storage device that you can attach to your instances. EBS volumes persist independently from the running life of an EC2 instance. You can attach multiple EBS volumes to a single instance. The volume and instance must be in the same Availability Zone. EBS currently supports a maximum …

How to Create Snapshot on Amazon Web Service(AWS).

Snapshots are incremental backups, which means that only the blocks on the device that have changed after your most recent snapshot are saved. This minimizes the time required to create the snapshot and saves on storage costs by not duplicating data. Each snapshot contains all of the information that is needed to restore your data …

How to Install & Configure AWS CLI on Ubuntu 18.04.

AWS CLI or Amazon Web Service Command Line Interface is a command line tool for managing and administering your Amazon Web Services. AWS CLI provides direct access to the public API (Application Programming Interface) of Amazon Web Services. Since it’s a command line tool, you can also use it to create scripts for automating your …

How to Create EC2 instance on Amazon Web Service(AWS).

Amazon Elastic Compute Cloud (Amazon EC2) provides scalable computing capacity in the Amazon Web Services (AWS) Cloud. … You can use Amazon EC2 to launch as many or as few virtual servers as you need, configure security and networking, and manage storage. It stands for Elastic Compute Cloud. It is a web service where an …