Install AWS CLI v2

Setup and configure AWS CLI

Install AWS CLI

Open a terminal and run the following command to install AWS CLI.

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

Verify the install has worked

OBS! Open a new terminal

aws --version

References

AWS Command Line Interface

Last modified July 21, 2024: update (e2ae86c)