Created
November 7, 2012 01:29
-
-
Save sholloway/4028983 to your computer and use it in GitHub Desktop.
Setting up AWS command line tool for EC2, S3, SQS, ELB, SDB
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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