Install AWS CLI in Command Prompt on Windows - DevPops-Inc/windows GitHub Wiki
• Press the Windows key, type “cmd” and select “Run as administrator.”
•
• Select “Yes.”
•
• Type msiexec.exe /i https://awscli.amazonaws.com/AWSCLIV2.msi
and press the Enter key to launch AWS CLI installer.
•
• Select “Next.”
•
• Select the “I accept the terms of the License Agreement” checkbox and click “Next.”
•
• Select “Next.”
•
• Select “Install.”
•
• Select “Finish.”
•
• Return to the Command Prompt, type exit
and press the Enter key to quit the Command Prompt.
•
• Press the Windows key, type “cmd” and select “Open.”
•
• Type aws --version
and press the Enter key to sanity check the installation.
•