...
https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2.html
If you’re too lazy to look at the link, just run the commands below.
Code Block |
---|
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install |
If you are installing AWS on a Raspberry Pi refer to the link below to install and set up AWS credentials.
...