<?xml version="1.0" encoding="UTF-8"?>
<wiki>
  <body>&lt;p&gt;Notes:&lt;/p&gt;
&lt;p&gt;You need to have the `EC2_URL` environment variable set like so:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;
  export EC2_URL=&quot;https://eu-west-1.ec2.amazonaws.com&quot;
&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;(This is a work-around for now. Will be improved in the future)&lt;/p&gt;
&lt;p&gt;Put in the `availability_zone` and `image_id` (available in europe) in your clouds.rb:&lt;/p&gt;
&lt;pre&gt;
&lt;code&gt;
pool :myapp do
  access_key &quot;XXXXXXXXXX&quot;
  secret_access_key &quot;XXXXXXXXXXXXXXXXXXXXXXXXXX&quot;
 
  cloud :app do
    instances 1..1

    keypair &quot;testpoolparty&quot;
    image_id &quot;ami-48cfe73c&quot;
    availability_zone &quot;eu-west-1a&quot;
 
    has_file '/var/www/index.html', :content =&amp;gt; 'Hello World'
  end
end
&lt;/code&gt;
&lt;/pre&gt;</body>
  <created-at type="datetime">2009-11-21T21:30:27-08:00</created-at>
  <id type="integer">223909</id>
  <permalink>eu-users</permalink>
  <repository-id type="integer">29471</repository-id>
  <title>EU Users</title>
  <updated-at type="datetime">2009-08-02T10:44:19-07:00</updated-at>
  <user-id type="integer">5595</user-id>
</wiki>
