Skip to content

Instantly share code, notes, and snippets.

@ekos
Created April 24, 2017 15:55
Show Gist options
  • Select an option

  • Save ekos/1f664eff6210e69e385d26d23e56e7ee to your computer and use it in GitHub Desktop.

Select an option

Save ekos/1f664eff6210e69e385d26d23e56e7ee to your computer and use it in GitHub Desktop.
# 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