Site Tools


cloud:aws:links

This is an old revision of the document!


Install AWS CLI

Installation Windows

Either install it via download here: https://awscli.amazonaws.com/AWSCLIV2.msi

or via msiexec in PowerShell

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

Installation Linux

curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install

Check Installation

Execute the following to show the current version

aws --version

Source: docs.aws.amazon.com - Install AWS CLI

cloud/aws/links.1662214215.txt.gz · Last modified: 2022/09/03 16:10 by lunetikk