Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: How to install AWS CLI on Microsoft Windows  (Read 8604 times)

0 Members and 1 Guest are viewing this topic.

akhilt

  • Guest
How to install AWS CLI on Microsoft Windows
« on: February 17, 2018, 03:43:00 pm »
The AWS Command Line Interface (CLI) is a tool provided by AWS to manage your AWS services.

Step1:
Firstly you need to download the MSI files from the AWS. Please follow below link for download:

> Download the AWS CLI MSI installer for Windows (64-bit)
> Download the AWS CLI MSI installer for Windows (32-bit)

Please make sure you download the MSI installer as per your windows architecture 32 to 64 Bit.

Step 2:
Once downloaded run the MSI file and follow the instruction as per execution.

Step 3:
Location of the installation.

C:\Program Files\Amazon\AWSCLI —> (64-bit)
C:\Program Files (x86)\Amazon\AWSCLI —> (32-bit)

Step 4:
Confirmation of installation. To confirm that, we have down with installation use below command:

Code: [Select]
aws –version
Code: [Select]
aws-cli/1.11.84 Python/3.6.2 Windows/7 botcore/1.5.47
This confirms that we have successfully performed the activity to install AWS Command Line Interface on windows.