michaelconnor00
12/23/2015 - 8:16 PM

Common aws cli

Common aws cli

S3 cli

Upload a file to S3 (need creds)

reverse for download.

aws s3 cp myFile.txt s3://myBucket/folder/ [--recursive]

Cloud Init

Cloud init output from commands log

vim /var/log/cloud-init-output.log

Cloud init process log, search for user-data.txt and see if there were parsing errors.