AWS Cli, awscli v2, awscli in windows |
Install or update the AWS CLI version 2 on Windows using the MSI installer
To Download AWS Cli :
We can Download the AWS CLI MSI installer from official amazon website for Windows (64-bit)
https://awscli.amazonaws.com
After the successfully download the awscliv2.msi file, go to download location and double click on .msi file
Click on OK button to continue, next window "Welcome to the AWS Command Line Interface v2 Setup Wizard"
Click on Next Button, Accept "End-User License Agreement"
Check on I accept the terms in the license agreement and press Next button
Choose a location where you want to install AWS Cli v2
Press Next, to Install AWS Command Line Interface v2 Setup
Click on Install Button
Click on Finish to complete this setup, Now we have successfully installed a AWS CLI v2 in Windows
To Verify AWS Command Line Interface v2 in Windows
Open the windows command prompt and type aws --version command
aws --version
Here we have aws-cli version 2.0.36 with python version 3.7.7
Thanks