Sep 10, 2011

PoolParty - Cloud management. Simplified

PoolParty is a declarative cloud infrastructure.

It helps you to run a self-healing, auto-scaled and monitored cloud simply, in the clouds, on nearly any hardware, such as EC2, eucalyptus and vmware

PoolParty provides an executable description of a cloud computing infrastructure in a single file:

pool "myapp" do
  cloud "app" do
    using :ec2
    instances 1..1
    security_group do
      authorize :from_port => 22, :to_port => 22
    end
  end
end

No comments:

Post a Comment