Skip to content

Instantly share code, notes, and snippets.

@tkuchiki
Last active December 29, 2015 10:09
Show Gist options
  • Save tkuchiki/7655150 to your computer and use it in GitHub Desktop.
Save tkuchiki/7655150 to your computer and use it in GitHub Desktop.
install aws cli
# http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-set-up.html
wget https://s3.amazonaws.com/aws-cli/awscli-bundle.zip
unzip awscli-bundle.zip
sudo ./awscli-bundle/install -i /usr/local/aws -b /usr/bin/aws
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment