Install AWS CLI in Command Prompt on Windows - DevPops-Inc/windows GitHub Wiki

• Press the Windows key, type “cmd” and select “Run as administrator.”
image

• Select “Yes.”
image

• Type msiexec.exe /i https://awscli.amazonaws.com/AWSCLIV2.msi and press the Enter key to launch AWS CLI installer.
image

• Select “Next.”
image

• Select the “I accept the terms of the License Agreement” checkbox and click “Next.”
image

• Select “Next.”
image

• Select “Install.”
image

• Select “Finish.”
image

• Return to the Command Prompt, type exit and press the Enter key to quit the Command Prompt.
image

• Press the Windows key, type “cmd” and select “Open.”
image

• Type aws --version and press the Enter key to sanity check the installation.
image

⚠️ **GitHub.com Fallback** ⚠️