Skip to content

Instantly share code, notes, and snippets.

@tommypratama
Created February 2, 2019 00:22
Show Gist options
  • Save tommypratama/914b21debc2335556e13d34fb6148608 to your computer and use it in GitHub Desktop.
Save tommypratama/914b21debc2335556e13d34fb6148608 to your computer and use it in GitHub Desktop.
Install AWS CLI on Mac
# Install via bundle
1. curl "https://s3.amazonaws.com/aws-cli/awscli-bundle.zip" -o "awscli-bundle.zip"
2. unzip awscli-bundle.zip
3. sudo ./awscli-bundle/install -i /usr/local/aws -b /usr/local/bin/aws
# Check Awscli Version
4. aws --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment