Download and Install AWS Command Line Interface (CLI)
In this tutorial, you’ll learn how to download and install the latest version of AWS Command Line Interface (AWS CLI) in Windows PC.
How to Install AWS CLI on Windows PC?
To install the AWS CLI on your Windows PC, you’ll need to ensure that you are running a 64-bit version of Windows XP or later versions and admin rights to install software on your PC.
1. You can download and the AWS CLI installer file for Windows from the below URL.
https://awscli.amazonaws.com/AWSCLIV2.msi
Alternatively, if you are an advanced use, just open the Run command and run the below command.
msiexec.exe /i https://awscli.amazonaws.com/AWSCLIV2.msi
Follow the instructions specified in the Setup Wizard and complete them.
2. Once the installation is complete, open command prompt and enter the command aws –version
aws --version
This will display the installed version of the AWS CLI on your Windows PC.
Note : If the command prompt was already open, ensure that the existing command prompt is closed and open it again.