bmizerany / beldam
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Blake Mizerany (author)
Tue May 26 15:27:53 -0700 2009
beldam /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README.markdown | ||
| |
bin/ | ||
| |
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 ...

