Saturday, 13 January 2024

Install the AWS CLI version 2 on Linux | How to Install the AWS CLI version 2 on Linux


Follow these steps from the command line to install the AWS CLI on Linux.

curl "https://d1vvhvl2y92vvt.cloudfront.net/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" 

sudo apt install unzip

sudo unzip awscliv2.zip  

sudo ./aws/install


-----

or in a single line

curl "https://d1vvhvl2y92vvt.cloudfront.net/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" && unzip awscliv2.zip && sudo ./aws/install


----
aws --version
check it should display the below output.



Connect with me:

Labels:

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home