AWS CLI installation instructions

Please install and use the AWS CLI version 2

For more information on the AWS CLI installation, go to https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html

Linux

  1. Download the installation file

curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
  1. Unzip the installer

unzip awscliv2.zip
  1. Run the install program

sudo ./aws/install

Last updated