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 What is the best way to install the aws cli?
There are a few conflicting resources about this online.
Per
curl "" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install This can be installed with snap
sudo snap install aws-cli