aws configure --profile myNewProfile
aws sts get-caller-identity --profile myNewProfile
aws s3 ls --profile myNewProfile
aws s3 ls s3://myNewBucket/ --profile myNewProfile
aws s3 cp s3://myNewBucket/lol.txt ./ --profile myNewProfile
aws ec2 create-key-pair --profile m4lwhere --key-name m4lwhere --query 'KeyMaterial' --output text > ~/.ssh/m4lwhere.pem