-
Notifications
You must be signed in to change notification settings - Fork 54
EU Users
jashmenn edited this page Sep 13, 2010
·
3 revisions
Notes:
You need to have the `EC2_URL` environment variable set like so:
export EC2_URL="https://eu-west-1.ec2.amazonaws.com"
(This is a work-around for now. Will be improved in the future)
Put in the `availability_zone` in your clouds.rb:
<pre>
pool :myapp do
access_key "XXXXXXXXXX"
secret_access_key "XXXXXXXXXXXXXXXXXXXXXXXXXX"
end