How to install aws cli?

What is the best way to install the aws cli?

There are a few conflicting resources about this online.

2 Answers

Per

curl "" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install

This can be installed with snap

sudo snap install aws-cli

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like