Setting up AWS CLI

Installing AWS CLI

pip2 install awscli
    aws configure
        1. AWS Access Key ID
        2. AWS Secret Access Key
        3. Default region name
        4. Default output format

The above mentioned details can be generated from the aws console and then cli access can be configured.

Last updated