Open Window Command Prompt, select Run as administrator
mode
Type the command aws configure
Enter details from the csv file in section 2.1.1 Creating access key:
AWS Access Key ID
AWS Secret Access Key
Default region name
Default output format: leave blank
Install Python 2.6 or later.
Check python version to confirm successful installation with command python --version
Install Boto3 library with pip install boto3
command