How to Install AWS CLI on Linux 2022-04-07 32 words - 1 min read 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