public
Description: clean, easy, ec2 wrapper
Homepage:
Clone URL: git://github.com/bmizerany/beldam.git
bmizerany (author)
Tue May 26 15:27:53 -0700 2009
commit  b0e541683fbff0b583d1250c8f3ba9d6127f7c69
tree    45d533fd5b963372829b4163da14db636cbaf8b1
parent  1743710f04b5ab4c67261e347c10c6e8977f3b0f
beldam /
name age message
file .gitignore Thu Apr 16 18:09:16 -0700 2009 ignores [bmizerany]
file README.markdown Mon Mar 30 00:08:09 -0700 2009 README added [bmizerany]
directory bin/ Thu Apr 16 18:53:34 -0700 2009 ec2 shell [bmizerany]
directory lib/ Tue May 26 15:27:53 -0700 2009 custom attrs [bmizerany]
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 ...