A cheat sheet for AWS CLI commands
You can specify the AWS Credentials prodile to use with the --profile <PROFILE_NAME>
option.
aws dynamodb help
aws dynamodb list-tables
aws ec2 describe-instances
aws iam help
aws iam list-users
Delete an empty bucket aws s3api delete-bucket --bucket <bucket-name>
Delete a bucket and all objects in it aws s3 rb s3://<bucket-name> --force --profile personal