Login to the AWS Management Console and navigate to ‘Relational Database Service’ dashboard. Identify the RDS instance that you would
Continue readingCategory: How-To Guides
How to check if an EBS volume is encrypted
You can determine if a particular EBS volume is encrypted or not from either AWS Management console or AWS CLI.
Continue readingHow 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 get the Instance ID of an EC2 Instance from within the Instance
Run the below command to view the instance-id from within an EC2 Instance. wget -q -O – http://169.254.169.254/latest/meta-data/instance-id
Continue reading