X
    Categories: AWS

How to install AWS Command Line Interface CLI on Microsoft Windows


The AWS Command Line Interface (CLI) is a tool provided by AWS to manage your AWS services. Using this single tool you can able to manage different AWS services from the command line. Even you can automate different tasks using scripts. This article is a quick guide to install AWS Command Line Interface on Microsoft Windows.


How to install AWS CLI on Microsoft Windows?

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

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:

aws --version
aws-cli/1.11.84 Python/3.6.2 Windows/7 botocore/1.5.47

This confirms that, we have successfully performed activity to install AWS Command Line Interface on windows.

Related Post