Skip to content

johnnydobbins/aws_py

 
 

Repository files navigation

Python bindings for Amazon Web Services

This project comprises a useful set of python scripts written to help me administer AWS S3 buckets, CloudFront distributions and EC2 instances. This is by no means an exhaustive set of features, rather this is simply a compendium of what I have found to be useful in dealing with AWS.

Requirements

  • These scripts have been written for Python 2.7.2 and may not work with other versions.
  • S3 scripts require BeautifulSoup.
  • CloudFront scripts require the Mako template library.
  • Scripts in the ec2 directory additionally require both boto and fabric in order to provision and control multiple EC2 instances.
  • All scripts look for a file called .s3dropbox in your home directory to provide the Amazon AWS authentication keys. This is a file in key=value format and follows the conventions set up by the S3DropBox project.

These scripts are covered by the MIT License.

About

Python bindings for Amazon Web Services

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published