Skip to content

Instantly share code, notes, and snippets.

@rubysolo
Created January 5, 2010 19:16
Show Gist options
  • Select an option

  • Save rubysolo/269617 to your computer and use it in GitHub Desktop.

Select an option

Save rubysolo/269617 to your computer and use it in GitHub Desktop.
pool :poolparty do
cloud :app do
instances 2..10
using :ec2
rds :db1 do
# instance_class "db.m1.small" # DEFAULT
# engine "MySQL5.1" # DEFAULT
username "admin"
password "secret"
databases :db1 => { :storage => 5 }
authorize :networks => "1.2.3.4/32"#, :security_groups => "poolparty-app" # DEFAULT
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment