Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 608 Bytes

awscli.md

File metadata and controls

14 lines (12 loc) · 608 Bytes

AWS CLI

  1. Open the Windows CLI and run:
msiexec /a https://awscli.amazonaws.com/AWSCLIV2.msi /qb TARGETDIR=%USERPROFILE%\AppData\Local\Microsoft\WindowsApps
  1. Open %USERPROFILE%\AppData\Local\Microsoft\WindowsApps\Amazon\AWSCLIV2 in the explorer.
  2. Copy the contents of %USERPROFILE%\AppData\Local\Microsoft\WindowsApps\Amazon\AWSCLIV2\* to %USERPROFILE%\AppData\Local\Microsoft\WindowsApps\ (overwrite any files that already exist on the destination).
  3. Test out AWS CLI:
aws --version