AWS CLI installation instructions
Please install and use the AWS CLI version 2
Linux
Download the installation file
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
Unzip the installer
unzip awscliv2.zip
Run the install program
sudo ./aws/install
Last updated
Was this helpful?