Skip to content

AWS bytes

  • Cheat Sheets
  • Concepts
    • Show All
    • S3 Concepts
  • How-To Guides
    • Show all
    • EC2
    • EBS
    • S3
    • Redshift
    • IAM
    • SQS
    • CloudWatch
    • Billing
  • CLI Guides
  • Contact Us
  • Tutorials
  • Interview Questions
  • Postgresql
EBS / How-To Guides

How 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 reading
EBS / How-To Guides

How 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 reading
EBS / How-To Guides

How 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 reading
EBS / How-To Guides

How 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 reading
EBS / How-To Guides

How 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 reading
EBS / How-To Guides

How 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 reading
EC2

How 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
How-To Guides / SQS

How to send message to SQS queue from AWS CLI

Get the url of the queue using below command where queuename is the name of the queue. aws sqs get-queue-url

Continue reading
How-To Guides / SQS

How to send a message to an SQS queue

Login to the AWS Management Console and search for SQS service. Select the queue that you would like to send

Continue reading
How-To Guides / S3

How to create an S3 bucket from AWS CLI

Using high level s3 commands: aws s3 mb s3://bucketname Using S3 api commands: aws s3api create-bucket –bucket bucketname –region regionname

Continue reading

Posts pagination

«Previous Posts 1 … 21 22 23 24 25 … 33 Next Posts»
  • PostgreSQL Tutorials
  • Redshift Tutorials
WordPress Theme: Maxwell by ThemeZee.