EC2 basics

Describe instances

aws ec2 describe-instances --profile personal

ssh to an EC2 instance

chmod 600 </path/my-key-pair.pem>
ssh -i </path/my-key-pair.pem> ec2-user@<Public IPv4 DNS>

Run aws configure to put in your credentials to have access to s3.