Created
September 25, 2011 14:46
-
-
Save whaley/1240665 to your computer and use it in GitHub Desktop.
exports
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 EC2_CREDENTIAL_LOCATION=$HOME/opt/ec2/credentials/current/ | |
| export EC2_PRIVATE_KEY=$EC2_CREDENTIAL_LOCATION/pk | |
| export EC2_CERT=$EC2_CREDENTIAL_LOCATION/cert | |
| export EC2_KEYPAIR_KEY=$EC2_CREDENTIAL_LOCATION/keypair_pk |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment