What is the best way to install the aws cli?
There are a few conflicting resources about this online.
What is the best way to install the aws cli?
There are a few conflicting resources about this online.
Per https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2-linux.html
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install