Skip to content

Instantly share code, notes, and snippets.

@sholloway
Created November 7, 2012 01:29
Show Gist options
  • Save sholloway/4028983 to your computer and use it in GitHub Desktop.
Save sholloway/4028983 to your computer and use it in GitHub Desktop.
Setting up AWS command line tool for EC2, S3, SQS, ELB, SDB
#http://timkay.com/aws/
mkdir aws_install
cd aws_install
curl https://raw.github.com/timkay/aws/master/aws -o aws
chmod +x aws
perl aws --install #this doesn't seem to work on OS X yet...
#Put your AWS credentials in ~/.awssecret: the Access Key ID on the first line and the Secret Access Key on the second line.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment