Send a message to SQS queue
Receive messages from SQS queue
List Amazon SNS topics
Publish a message to an SNS topic
aws sns publish --topic-arn ARN --message "hello"
Publish message to SNS
aws sns publish --topic-arn arn:aws:sns:us-east-1:123:mytopic --message "Hello SNS"
Configure AWS CLI credentials
List S3 buckets
Create a new S3 bucket