AWS CLI Configuration on Windows: Complete Setup Tutorial

Benefits

Pre-requisites

Step 1: Download the installer

Download the AWS CLI installer from the link below.

https://awscli.amazonaws.com/AWSCLIV2.msi

Alternatively, we can use the msiexec command directly to run the MSI installer (msiexec.exe) with 2 ways.

Interactive Installation:

Silent installation (No User interaction):

C:\> msiexec.exe /i https://awscli.amazonaws.com/AWSCLIV2.msi /qn

Option 1 (aws configure)

Option 2 (aws configure –profile)

Leave a Comment