Delete an IAM user
Delete a CloudFormation stack
List S3 buckets
Delete files from S3
aws s3 rm s3://my-bucket/file.txt
Delete file from bucket
Delete all objects in bucket
aws s3 rm s3://my-bucket/ --recursive
Create a new S3 bucket
Sync local directory to S3 bucket
Terminate an EC2 instance