bmizerany / beldam

clean, easy, ec2 wrapper

This URL has Read+Write access

Blake Mizerany (author)
Tue May 26 15:27:53 -0700 2009
beldam /
name age message
file .gitignore Loading commit data...
file README.markdown
directory bin/
directory lib/
README.markdown

Licenced under the MIT licences

Patches welcome

Example:

Get all instances

EC2::Instance.all

reloaded:

EC2::Instance.all(true)

instance = EC2::Instance.run("ami-1234")

p instance

p instance.public_dns

p instance.running?

instance.destory

... and more ...