For managing cloud clusters we love Scalr both as a hosted service and using the open-source self-hosted version. One of the best features is the easy to install and use command line utilities.
Here are the docs:
http://wiki.scalr.com/display/docs/Scalr+Command+Line+Tools
Here’s the install steps for CentOS 6.4:
1. Install python setuptools package:
1 |
yum install python-setuptools |
2. Install python scalr package:
1 |
easy_install scalr |
3. Run scalr configure to setup access credentials. See the docs for details but something like this:
1 2 |
scalr configure -i d41d8cd98f00b204 \ -a 3bEGXWzaoT92BMhOaqv13bEGXWzaoT92BMhOaqv13bEGXWzaoT92BMhOaqv1+0= |
And now your ready to go.