This looks interesting but sadly the documentation is in the same state that it was half a year ago: Non-existent.<p>If you want mindshare then write a long, verbose, tutorial about how to do something useful with it <i>beyond spinning up a few instances</i>.<p>Because, well, I can already do that in less lines of code than your examples using nothing but the default ec2 tools.
This one is interesting. I love that we're starting to see more of these cloud management tools. In the python world there are similar tools which provide a bit more:<p><a href="http://cloudsilverlining.org/" rel="nofollow">http://cloudsilverlining.org/</a>
<a href="http://www.kraftwerk-wsgi.com/" rel="nofollow">http://www.kraftwerk-wsgi.com/</a><p>These are both actually more like cloud libraries that abstract away system implementation details to provide services (like db, filesystem, loadbalancing, etc) to the application developer. Both depend on Apache libcloud.<p><a href="http://libcloud.org/" rel="nofollow">http://libcloud.org/</a>