Created
March 10, 2012 01:14
-
-
Save zsiddique/2009566 to your computer and use it in GitHub Desktop.
AWS Keys
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
| export AWS_ENV='NAME' | |
| export AWS_ACCESS_KEY_ID='AWSKEY' | |
| export AWS_SECRET_ACCESS_KEY='AWS_SECRETE_KEY' | |
| export EC2_HOME=~/.ec2 | |
| export PATH=$PATH:$EC2_HOME/bin | |
| export EC2_PRIVATE_KEY=`ls $EC2_HOME/NAME/pk-*.pem` | |
| export EC2_CERT=`ls $EC2_HOME/NAME/cert-*.pem` | |
| export JAVA_HOME=/usr | |
| export AWS_AUTO_SCALING_HOME=/Users/zuhaib/AutoScaling-1.0.39.0 | |
| export PATH=$PATH:$AWS_AUTO_SCALING_HOME/bin | |
| export AWS_CREDENTIAL_FILE=$EC2_HOME/NAME-cred.template |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment