Created
December 14, 2014 19:59
-
-
Save ringods/62f21d39075b5342b46a to your computer and use it in GitHub Desktop.
Setting EC2 Environment Variables in ~/.bash_login
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_PRIVATE_KEY=~/.ec2/pk-.pem | |
export EC2_CERT=~/.ec2/cert-.pem | |
export EC2_HOME=~/AWS/ec2-api-tools-1.3-24159 | |
export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Home | |
export PATH=$PATH:$EC2_HOME/bin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment