Skip to content

Commit

Permalink
updated aws paths
Browse files Browse the repository at this point in the history
  • Loading branch information
schisamo committed Nov 8, 2011
1 parent d3839cf commit 1ef4310
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions aws/env.zsh
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#export LATEST_LUCID=$(ruby -e 'require "ubuntu_ami";puts UbuntuAmi.new("lucid").run["us_east_small"]')
export EC2_HOME="`brew --prefix ec2-api-tools`/jars"
export AWS_RDS_HOME="`brew --prefix rds-command-line-tools`/jars"

export JAVA_HOME="/System/Library/Frameworks/JavaVM.framework/Home"
export EC2_PRIVATE_KEY="$(/bin/ls $HOME/.ec2/pk-*.pem)"
export EC2_CERT="$(/bin/ls $HOME/.ec2/cert-*.pem)"
# export EC2_HOME="/usr/local/Cellar/ec2-api-tools/1.4.2.2/jars"

0 comments on commit 1ef4310

Please sign in to comment.