Showing posts with label ec2. Show all posts
Showing posts with label ec2. Show all posts

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

Jul 22, 2011

Amazon Releases aws-sdk, An Official AWS SDK for Ruby Developers

Ruby is getting popular day by day!!!!
http://www.rubyinside.com/amazon-official-aws-sdk-for-ruby-developers-5132.html

Cool thing is it even supports SimpleDB in the form of ROM