Boto is a Python package that provides programmatic connectivity to Amazon Web Services.
The
Amazon Cloud offers a range of services for dynamically scaling servers
including the core compute service, the Elastic Compute Cloud (EC2),
various storage offerings, load balancers, and DNS. You can control
these services either through AWS console or by way of AWS’s extensive
API. But there are a number of third-party libraries for using this API.
for Python, we have Boto. Boto allows you to write some handy scripts
to automate simple things like starting or stopping EC2 instances or
taking regular snapshots of your servers.
No comments:
Post a Comment