This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit b0e541683fbff0b583d1250c8f3ba9d6127f7c69
tree 45d533fd5b963372829b4163da14db636cbaf8b1
parent 1743710f04b5ab4c67261e347c10c6e8977f3b0f
tree 45d533fd5b963372829b4163da14db636cbaf8b1
parent 1743710f04b5ab4c67261e347c10c6e8977f3b0f
beldam /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Apr 16 18:09:16 -0700 2009 | |
| |
README.markdown | Mon Mar 30 00:08:09 -0700 2009 | |
| |
bin/ | Thu Apr 16 18:53:34 -0700 2009 | |
| |
lib/ | Tue May 26 15:27:53 -0700 2009 |
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 ...







