skyideas / bicloud-configure

Includes all the setup and configuration elements
0 stars 0 forks source link

Install AWS CLI #4

Open kellington opened 7 years ago

kellington commented 7 years ago

Developers should have AWS command line installed

kellington commented 7 years ago

http://docs.aws.amazon.com/cli/latest/userguide/installing.html

pip install --upgrade --user awscli

if using virtualenv (likely) pip install --upgrade awscli

test: aws --version

kellington commented 7 years ago

Configure http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html

$ aws configure AWS Access Key ID [None]: AKIAIOSFODNN7EXAMPLE AWS Secret Access Key [None]: wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY Default region name [None]: us-east-1 Default output format [None]: json

If working, this should give a list of our buckets $ aws s3 ls