Prototype AWS command line invocation - CRBS/cdeep3m GitHub Wiki

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. ???