Skip to content

Instantly share code, notes, and snippets.

@RichardHightower
Created October 29, 2016 21:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RichardHightower/0cf820f00abda61c0ed41cb1f979603d to your computer and use it in GitHub Desktop.
Save RichardHightower/0cf820f00abda61c0ed41cb1f979603d to your computer and use it in GitHub Desktop.
aws cli

installing aws on a box (logged in as su)

mkdir /tmp/awscli; cd /tmp/awscli
curl "https://s3.amazonaws.com/aws-cli/awscli-bundle.zip" -o "awscli-bundle.zip"
unzip awscli-bundle.zip
 ./awscli-bundle/install -i /usr/lib/aws -b /usr/bin/aws
 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment