Amazon cosolidated all its command line tools into a single Python-based simply called aws.
We can use pip on the jumphost to install it.
sudo pip install awscli
It uses ~/.aws/config for credentials, which we created in Step 10. It can also use an IAM Role if it's available on the instance.
How to find instances:
aws ec2 describe-instances