Is there a tool that simplifies the auto-scaling group management? XML-based, UI-based, etc.

Thanks

link|improve this question
feedback

1 Answer

I am working on this myself and really the only two options I have found so far is the ec2 api tools - http://aws.amazon.com/developertools/351 and the boto python library - http://code.google.com/p/boto/

Haven't seen anything ui based or xml based.

Also this tutorial helped me - http://www.caseylabs.com/how-to-setup-auto-scaling-on-amazon-ec2

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.