Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 476 Bytes

AwsCli.md

File metadata and controls

19 lines (9 loc) · 476 Bytes

Amazon cosolidated all its command line tools into a single Python-based simply called aws.

Install

We can use pip on the jumphost to install it.

sudo pip install awscli

Running

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