Skip to content

Instantly share code, notes, and snippets.

@necromant2005
Created June 15, 2013 06:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save necromant2005/5787170 to your computer and use it in GitHub Desktop.
Save necromant2005/5787170 to your computer and use it in GitHub Desktop.
ec2 mac os x
$ brew install ec2-api-tools
# -- add the following into $HOME/.bash_profile:
# export REGION='us-west-2'
# export EC2_KEYPAIR="$HOME/.ssh/ec2-$REGION.pem"
# export EC2_HOME="`brew --prefix ec2-api-tools`/jars"
# export EC2_URL="https://ec2.$REGION.amazonaws.com"
# export EC2_CERT="$(/bin/ls $HOME/.ec2/cert-*.pem)"
# export EC2_PRIVATE_KEY="$(/bin/ls $HOME/.ec2/pk-*.pem)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment