Created
January 12, 2021 11:23
-
-
Save anderson-marques/0bdf0cbd6e0df5bf0fb9660714aaec4c to your computer and use it in GitHub Desktop.
Shell script to update the AWS CLI to v2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" | |
unzip awscliv2.zip | |
sudo ./aws/install --bin-dir /usr/bin --install-dir /usr/bin/aws-cli --update | |
aws --version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment