Skip to content

Instantly share code, notes, and snippets.

@weivall
Forked from carlcrott/Example for EC2 setup
Created March 8, 2013 16:28
Show Gist options
  • Save weivall/5117699 to your computer and use it in GitHub Desktop.
Save weivall/5117699 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