Installing latest version of AWS CLI on Linux

Installing latest version of AWS CLI on Linux

Installation of AWS is a three step process on linux.

Step 1:

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

Step 2:

unzip awscliv2.zip

Step 3:

sudo ./aws/install

Reference: AWS Documentation