Skip to content

Latest commit

 

History

History
executable file
·
23 lines (14 loc) · 700 Bytes

install-aws-cli-on-windows.md

File metadata and controls

executable file
·
23 lines (14 loc) · 700 Bytes

Install AWS CLI On Windows

Category: AWS

The AWS CLI is used to interact with AWS services from the command line. Installation will require admin rights.

Install on Windows

Install V2 of the AWS CLI by downloading and launching the installer.

msiexec.exe /i https://awscli.amazonaws.com/AWSCLIV2.msi

Follow the prompts in the wizard to complete installation. You will need to restart your command shell for path updates to take effect.

Confirm the version:

aws --version

See Installing or updating the latest version of the AWS CLI for more details.