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

Category: How-To Guides

How-To Guides / S3

How to print only file names from an S3 bucket

Run the below command from AWS CLI to print only the names of objects in an s3 bucket where bucketname

Continue reading
How-To Guides / S3

How to download multiple files from an S3 bucket

Create a list of files to be downloaded as below: aws s3 ls s3://bucketname/prefix/ | awk ‘{print $4}’ > $listfile

Continue reading
How-To Guides / S3

How to count Objects in an S3 bucket

Command to get the total number of objects in an s3 bucket recursively: aws s3 ls s3://bucketName/ –recursive –summarize |

Continue reading
EC2 / How-To Guides

How to Reboot an EC2 Instance

Login to AWS Management Console and navigate to EC2 dashboard. Search for the instance that you would like to reboot

Continue reading
EC2 / How-To Guides

How to Delete/Terminate an EC2 Instance

Login to AWS Management Console and navigate to EC2 dashboard. Search for the instance that you would like to delete

Continue reading
EC2 / How-To Guides

How to Start an EC2 Instance

Login to AWS Management Console and navigate to EC2 dashboard. Search for the instance that you would like to start

Continue reading
EC2 / How-To Guides

How to Stop an EC2 Instance

Login to AWS Management Console and navigate to EC2 dashboard. Search for the instance that you would like to stop

Continue reading
EC2 / How-To Guides

How to enable Termination Protection on an EC2 Instance

Login to AWS Management Console and navigate to EC2 dashboard. Search for the instance that you would like to modify

Continue reading
EC2 / How-To Guides

How to disable Termination Protection on an EC2 Instance

From AWS Management Console Login to AWS Management Console and navigate to EC2 dashboard. Search for the instance that you

Continue reading
EBS / How-To Guides

How to delete unused EBS Volumes from AWS Management Console

Login to AWS Management Console and go to EC2 Dashboard. Choose ‘Volumes’ on the left pane. Filter volumes on ‘Attachment

Continue reading

Posts pagination

«Previous Posts 1 … 17 18 19 20 21 22 Next Posts»
  • PostgreSQL Tutorials
  • Redshift Tutorials
WordPress Theme: Maxwell by ThemeZee.