Skip to content

Instantly share code, notes, and snippets.

@leandrosiow
Last active January 31, 2020 09:23
Show Gist options
  • Save leandrosiow/cdfaa786b7da5bcf0a8fd997e8182abe to your computer and use it in GitHub Desktop.
Save leandrosiow/cdfaa786b7da5bcf0a8fd997e8182abe to your computer and use it in GitHub Desktop.
# AWS CLI install
curl https://s3.amazonaws.com/aws-cli/awscli-bundle.zip -o awscli-bundle.zip
unzip awscli-bundle.zip
sudo ./awscli-bundle/install -i /usr/local/aws -b /usr/local/bin/aws
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment