You can download and install the AWS CLI on Linux as follows:
Perform the install
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install
Code language: Bash (bash)
Verify the install
Code language: Bash (bash)aws --version