Ulad Kasach Asked: 2020-05-13 18:38:10 +0800 CST2020-05-13 18:38:10 +0800 CST 2020-05-13 18:38:10 +0800 CST How to install aws cli? 772 What is the best way to install the aws cli? There are a few conflicting resources about this online. package-management apt aws 2 Answers Voted Ulad Kasach 2020-05-13T18:38:10+08:002020-05-13T18:38:10+08:00 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 Ulad Kasach 2020-05-13T18:42:14+08:002020-05-13T18:42:14+08:00 This can be installed with snap sudo snap install aws-cli https://snapcraft.io/aws-cli
Per https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2-linux.html
This can be installed with snap
https://snapcraft.io/aws-cli