You can determine if a particular EBS volume is encrypted or not from either AWS Management console or AWS CLI.
Continue readingCategory: EBS
How to encrypt an EBS volume
Step1: Create snapshot of unencrypted volume Step2: Create encrypted copy of the snapshot Step3: Create volume from the encrypted snapshot
Continue readingHow to change EBS volume type
Login to the AWS Management console and navigate to EC2 dashboard. Choose ‘Volumes’ under ‘Elastic Block Store’ on the left
Continue readingHow to create snapshot of an EBS Volume
Login to the AWS Management console and navigate to EC2 dashboard. Choose ‘Volumes’ under ‘Elastic Block Store’ on the left
Continue readingHow to create copy of an EBS volume snapshot
Login to the AWS Management console and navigate to EC2 dashboard. Choose ‘Snapshots’ under ‘Elastic Block Store’ on the left
Continue readingHow to delete snapshot of an EBS volume
Login to the AWS Management console and navigate to EC2 dashboard. Choose ‘Snapshots’ under ‘Elastic Block Store’ on the left
Continue readingHow to create an EBS volume
Login to the AWS Management console and navigate to EC2 dashboard. Choose ‘Volumes’ under ‘Elastic Block Store’ on the left
Continue readingHow to encrypt the snapshot of an EBS volume
Login to the AWS Management console and navigate to EC2 dashboard. Choose ‘Snapshots’ under ‘Elastic Block Store’ on the left
Continue readingHow to delete unused EBS volumes from AWS CLI to save on cost
Use the below command to generate a list of volume id’s of all detached EBS volumes. aws ec2 describe-volumes –filter
Continue readingDelete an EBS Volume from AWS CLI
Use the below command to delete an EBS volume that is ‘available’ (i.e) not attached to any EC2 Instance. delete-volume
Continue reading