« Previous 1 2
Controlling Amazon Cloud with Boto
Free Floating
Conclusions
Boto lets you write scripts that manage complex setups in the Amazon Cloud. Even if you're not a Python expert, you should have little difficulty acquiring the necessary knowledge. The documentation for the Python module is usable, although many of the API's methods are fairly complex, with their multitude of parameters. Finally, don't forget that cloud computing frameworks already provide some of the functionality that you can program with Boto, so take care not to reinvent the wheel. More information about Boto can be found in the documentation. In printed form, check out the Python and AWS Cookbook [6], which is also by the Boto author.
Infos
- Apache CLI: http://aws.amazon.com/en/cli/
- Mitch Garnaat's blog: http://www.elastician.com/
- Boto: https://github.com/boto/boto
- Boto documentation: http://boto.readthedocs.org/en/latest/
- Amazon services: http://d36cz9buwru1tt.cloudfront.net/AWS_Overview.pdf
- Garnaat, Mitch. Python and AWS Cookbook . O'Reilly Media, 2011: http://www.amazon.com/Python-AWS-Cookbook-Mitch-Garnaat/dp/144930544X
« Previous 1 2