AWS CLI Installation

You must run the following commands even if you already have AWS CLI installed. Otherwise, some modules (example: colorama) will not be installed.

To install AWS CLI, run the following commands in the command prompt:

  1. Run to install AWS CLI pip3.5 install awscli --ignore-installed six
  2. Run aws help to ensure AWS was installed properly