How to install AWSCLI in Windows
- Support lwplabs
- May 5, 2023
- 1 min read
Updated: May 23, 2023
Using Choco
choco install awscli
Using MSI Installer
Download the latest AWS CLI MSI installer for Windows from the AWS website.
Double-click the downloaded MSI file to start the installation wizard.
Follow the on-screen instructions to complete the installation.
Alternatively, you can execute the following msiexec command from the Windows terminal:
msiexec.exe /i https://awscli.amazonaws.com/AWSCLIV2.msi
Verify the installation by running the following command:
aws --version
Yorumlar