pool :app do access_key "XXXXXX" secret_access_key "XXXXXXXXXXXXXXXXXXX" cloud :app do instances 1..1 image_id "ami-48cfe73c" keypair "testpoolparty" availability_zone "eu-west-1a" has_file '/var/www/index.html', :content => 'Hello World' end end