Skip to content

Instantly share code, notes, and snippets.

@carlcrott
Created March 1, 2012 19:07
Show Gist options
  • Save carlcrott/1952353 to your computer and use it in GitHub Desktop.
Save carlcrott/1952353 to your computer and use it in GitHub Desktop.
export EC2_KEYPAIR=<your keypair name> # name only, not the file name
export EC2_URL=https://ec2.<your ec2 region>.amazonaws.com
export EC2_PRIVATE_KEY=$HOME/<where your private key is>/pk-XXXXXXXXXXXXXXXXXXXXXXXXXXXX.pem
export EC2_CERT=$HOME/<where your certificate is>/cert-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX.pem
export JAVA_HOME=/usr/lib/jvm/java-6-openjdk/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment