Amazon Web Services (AWS) Cheet Sheet
Page Contents
AWS CLI
Profiles
List Available Profiles
$ cat ~/.aws/credentials # OR $ aws configure list
S3
# Sync local directory to AWS location. Use -sse only if stored encrypted. aws s3 sync . s3://your/dir --sse