Photo by hannah joshua on Unsplash
Install or update the latest version of the AWS CLI
AWS/AWS Command Line Interface
- outline
Install and use AWS CLI on Linux
- How-to
## install
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install
## update
sudo ./aws/install --bin-dir /usr/local/bin --install-dir /usr/local/aws-cli --update
## check
aws --version
- reference
https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html
https://raw.githubusercontent.com/aws/aws-cli/v2/CHANGELOG.rst