list of some common AWS CLI commands for Day to day Operations
- "aws configure": This command is used to configure the AWS CLI with your AWS access key and secret key.
- "aws ec2 describe-instances": This command is used to retrieve information about all of your Amazon Elastic Compute Cloud (EC2) instances.
- "aws s3 ls": This command is used to list all of the Amazon Simple Storage Service (S3) buckets in your account.
- "aws iam list-users": This command is used to retrieve a list of all the users in your AWS Identity and Access Management (IAM) account.
- "aws cloudwatch get-metric-data": This command is used to retrieve metric data from Amazon CloudWatch.
- "aws sqs list-queues": This command is used to retrieve a list of all the Amazon Simple Queue Service (SQS) queues in your account.
- "aws rds describe-db-instances": This command is used to retrieve information about all of your Amazon Relational Database Service (RDS) instances.
- "aws dynamodb list-tables": This command is used to retrieve a list of all the Amazon DynamoDB tables in your account.
- "aws s3 cp": This command is used to upload or download files to/from an S3 bucket.
- "aws elb describe-load-balancers": This command is used to retrieve information about all of your Amazon Elastic Load Balancing (ELB) instances.
Tags
AWS CLI