Windows > General Windows

How to install AWS Command Line Interface CLI on Microsoft Windows

(1/1)

akhilt:
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 our AWS services. Using this single tool we can able to manage different AWS services from the command line. Even we can automate different tasks using scripts. This article is a quick guide to install AWS Command Line Interface on Microsoft Windows.

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


-Download the AWS CLI MSI installer for Windows (32-bit) - https://s3.amazonaws.com/aws-cli/AWSCLI32.msi

-Download the AWS CLI MSI installer for Windows (64-bit) - https://s3.amazonaws.com/aws-cli/AWSCLI64.msi

Note: Please be sure to download the MSI installer as per the 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: ---aws --version
aws-cli/1.11.84 Python/3.6.2 Windows/7 botocore/1.5.47
--- End code ---

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

Thank you!! ;D

Navigation

[0] Message Index

Go to full version