Login to AWS Management Console and go to EC2 Dashboard. Choose ‘Volumes’ on the left pane. Filter volumes on ‘Attachment
Continue readingCategory: EBS
How to move EBS volume to a different EC2 Instance across availability zones
Steps: Create snapshot of EBS volume Create new EBS volume from snapshot in the required Availability Zone Attach volume to
Continue readingHow to resize EBS volume
Login to AWS Management Console and choose Volumes on the EC2 Dashboard. Right click on the volume that you would
Continue readingHow to move EBS volume to a different EC2 Instance within the same availability zone
Steps: Unmount volume from Instance 1 Remove entry from fstab Detach volume from Instance 1 Attach volume to Instance 2
Continue readingHow to create and attach EBS volume to Linux EC2 Instance
Steps: Create EBS Volume Attach volume to EC2 Instance Create file system on the new volume Create mount point Mount
Continue reading