Skip to content

Prototype AWS command line invocation

Chris Churas edited this page Jan 16, 2018 · 1 revision

1. Create AWS account

2. Create IAM user with EC2 and S3 access

3. Install AWS commandline interface and Python library

pip install awscli boto3 -U --ignore-installed six

4. Configure commandline tool

Run this and fill out information about user.

aws configure

5. ???

Clone this wiki locally