Create and attach an aws EBS volume
Hello everyone, today we are going to create an aws EBS volume and attach it to a running aws EC2 instance. This volume then can be used to store persistent data like we use a pen drive to store data. As per AWS, Amazon Elastic Block Store (Amazon EBS) provides block level storage volumes for use with EC2 instances. EBS volumes behave like raw, unformatted block devices. You can mount these volumes as devices on your instances. EBS volumes that are attached to an instance are exposed as storage volumes that persist independently from the life of the instance. You can create a file system on top of these volumes, or use them in any way you would use a block device (such as a hard drive). You can dynamically change the configuration of a volume attached to an instance. So let's login to your AWS account and open EC2 service . Scroll down and click on Elastic Block Store and then Volumes . Now Click on Create Volume button to create a new EBS volume In the next page Select the Ava