This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pool "myapp" do | |
cloud "app" do | |
# path to your key here (see setting up ec2 for how to get this) | |
keypair "path_to_server_key.pem" | |
# canonical ubunti ami's use ubuntu user | |
user "ubuntu" | |
image_id "ami-bb709dd2" #Ubuntu 9.10 Karmic Canonical, ubuntu@ | |
# what data center to live in |