Skip to content
This repository has been archived by the owner on May 20, 2020. It is now read-only.

Commit

Permalink
Update fabulous_conf.py
Browse files Browse the repository at this point in the history
EC2 region configuration parameter added.
  • Loading branch information
jdcaballero committed Oct 2, 2013
1 parent 5c5359e commit b3b5d7f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fabulous_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@
# EC2 secret. http://bit.ly/j5ImEZ
ec2_secret = ''

#EC2 region. http://amzn.to/12jBkm7
ec2_region = 'us-east-1'

# AMI name. http://bit.ly/liLKxj
ec2_amis = ['ami-1335f37a']

Expand Down

0 comments on commit b3b5d7f

Please sign in to comment.