Jan 14, 2018

How to install AWS CLI on windows computer/machine operating system

SIMPLE STEPS TO INSTALL AWS CLI ON WINDOWS SYSTEM


AWS CLI provides a Windows installer package along with all the dependencies on windows system.

You can download installer by hitting URL below:

https://docs.aws.amazon.com/cli/latest/userguide/awscli-install-windows.html#install-msi-on-windows

On above URL you will find two installer one is for windows 64 bit and other one is 32 bit. Lets download and install setup by few clicks on your system.





Once you done with installation verify it by using below CLI command. Type cmd in windows search tab and press enter, it will open windows command prompt.

C:\Windows\User>> aws -- version

Output>> aws-cli/1.14.24 Python / 2.7.9 Windows/7 botocore/1.8.28

Here as you can see aws-cli version is 1.14.24 and aws cli is depends on Python runtime version 2.7.9 and also installed botocore is a low level interface and serve as foundation for aws cli command line utility. So we can say aws cli is based on Python programming language.  Please note version can be changed depending on latest version released.

If you will see above aws version information that means it installed successfully on Windows system.

Watch Video:



Related Posts:

What is AWS CLI (Amazon web services command line interface )

What is AWS CLI (Amazon web services command line interface )

do you know AWS CLI


Hi..... This is my first article on popular and user-friendly AWS Amazon Web Services and I am sharing my knowledge whatever learning from my experience and study. So kindly requesting you correct me if you found anything wrong in my all AWS articles. Thanks!!!

Lets start with AWS articles.

AWS CLI is stands for Amazon Web Services Command Line Interface. It is a command line shell program which provide convenience feature to manage and automate users AWS resources with script. You can use this script many times with parameters.

Following are the key features provided by AWS CLI:

  • Automatically filling partially typed command
  • Well Documentation

We will see in next article how to install AWS CLI on Windows and Linux or Mac operating system.



Related Posts:

What is AWS CLI (Amazon web services command line interface )