Monday, March 9, 2015

Python and AWS tooling


S3cmd is a tool for managing objects in Amazon S3 storage. 
It allows for making and removing "buckets" and uploading, 
downloading and removing "objects" from these buckets.
 
http://s3tools.org/s3cmd-sync pip install s3cmd 

------
 
The AWS Command Line Interface (CLI) is a unified tool to manage your 
AWS services. With just one tool to download and configure, you can 
control multiple AWS services from the command line and automate them 
through scripts. 
 
http://aws.amazon.com/cli/ pip install awscli  

No comments:

Post a Comment