Create a new S3 bucket
List S3 buckets
Delete files from S3
Sync local directory to S3 bucket
aws s3 sync ./local-dir s3://my-bucket
Upload local directory to S3
Download bucket to local dir
aws s3 sync s3://my-bucket ./local-dir
Configure AWS CLI credentials
List EC2 instances
Start an EC2 instance