Skip to content

Instantly share code, notes, and snippets.

@anderson-marques
Created January 12, 2021 11:23
Show Gist options
  • Save anderson-marques/0bdf0cbd6e0df5bf0fb9660714aaec4c to your computer and use it in GitHub Desktop.
Save anderson-marques/0bdf0cbd6e0df5bf0fb9660714aaec4c to your computer and use it in GitHub Desktop.
Shell script to update the AWS CLI to v2
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