You can download and install the AWS CLI on Linux as follows:

Perform the install

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

Verify the install

1
aws --version