Created
April 24, 2017 15:55
-
-
Save ekos/1f664eff6210e69e385d26d23e56e7ee to your computer and use it in GitHub Desktop.
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
| # Auto Scaling Command Line Tool Path | |
| $ export AWS_AUTO_SCALING_HOME=$HOME/AutoScaling | |
| $ export AWS_CREDENTIAL_FILE=$HOME/AutoScaling/credential-file-path | |
| # CloudWatch Command Line Tool Path | |
| $ export AWS_CLOUDWATCH_HOME=$HOME/CloudWatch | |
| # ec2 keys | |
| $ export EC2_PRIVATE_KEY=$HOME/ec2-keys/pk-****.pem | |
| $ export EC2_CERT=$HOME/ec2-keys/cert-****.pem | |
| # default region | |
| $ export EC2_REGION=ap-northeast-1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment