Announcing PoolParty, An Open Source tool for managing EC2 clusters
blog.citrusbyte.com
Announcing PoolParty, An Open Source tool for managing EC2 clusters
1–10 of 12 posts
Re: Announcing PoolParty, An Open Source tool for managing EC2 clusters
#2Re: Announcing PoolParty, An Open Source tool for managing EC2 clusters
#3Re: Announcing PoolParty, An Open Source tool for managing EC2 clusters
#4So, thumbs down for Amazon for not providing this basic piece of functionality, and kudos for the developers who are behind this.
Re: Announcing PoolParty, An Open Source tool for managing EC2 clusters
#5Re: Announcing PoolParty, An Open Source tool for managing EC2 clusters
#6"Vertebra: A Next Generation Cloud Computing/Automation Framework"
Re: Announcing PoolParty, An Open Source tool for managing EC2 clusters
#7Is this Rails specific?
Re: Announcing PoolParty, An Open Source tool for managing EC2 clusters
#8It's worth keeping an eye on this as well: "Vertebra: A Next Generation Cloud Computing/Automation Framework" http://brainspl.at/articles/2008/06/02/introducing-vertebra
But Vertebra sounds like an interesting approach for the applications where it fits. And repurposing an existing protocol for RPC is always interesting, they've chosen the surprising, and novel, XMPP (we use a light-weight RPC mechanism that runs over HTTPS that was already part of Webmin, with a fallback to SSH on instances that don't have Webmin or Virtualmin). And they're addressing a niche that no one else is addressing, which is Ruby on Rails in a cloud environment...it could be done with Amazon using SQS to detect rising "pressure" and ramping up new instances as the pressure rises and shutting them down as the pressure decreases. But, Vertebra being focused on RoR probably means that if you're building a RoR app, you'll need to spend a couple of days less time developing that aspect of your deployment. You still have to solve the database scaling issue, and the data sharing and state problems, just like any other large scale deployment...but one less thing to worry about is one less thing to worry about. (And nobody is going to solve all of those other problems automatically.)
Re: Announcing PoolParty, An Open Source tool for managing EC2 clusters
#9This is probably the biggest disappointment EC2 brought: this kind of stuff should be built into the service :-/ So, thumbs down for Amazon for not providing this basic piece of functionality, and kudos for the developers who are behind this.
Re: Announcing PoolParty, An Open Source tool for managing EC2 clusters
#10ah hell yeah! bout time someone made EC2 autoscale. thanks!