Top "Boto" questions

boto is an open-source Python Interface to Amazon Web Services

Fastest way to download 3 million objects from a S3 bucket

I've tried using Python + boto + multiprocessing, S3cmd and J3tset but struggling with all of them. Any suggestions, perhaps …

python linux amazon-s3 boto eventlet
Getting ProvisionedThroughputExceededException error when iterating over dynamodb table

I am trying to back up a DynamoDB table to S3. Since for some reason doing it through Export on …

amazon-web-services amazon-dynamodb boto throughput
How to check User Data status while launching the instance in aws

I am trying to launch aws instance with User Data. My User Data is a server installation process and i …

amazon-ec2 boto
How to auto assign public ip to EC2 instance with boto

I have to start a new machine with ec2.run_instances in a given subnet but also to have a …

python amazon-web-services amazon-ec2 boto
Make a file in s3 public using python and boto

I have thins link below, and when I try to acess it it appears an xml file saying "Acess denied". …

amazon-web-services amazon-s3 boto
Django Storage Backend for S3

I'm looking for a good Django custom storage backend for use with Amazon S3. I've been googling around and found …

python django amazon-s3 boto
AWS cloudformation: One big template file or many small ones?

I'm about to rewrite a lot of my aws deployment code to launch everything with cloudformation controlled by boto, instead …

amazon-web-services boto amazon-cloudformation
How to peek at messages in the queue

I don't want the message to count as "read" but I'd like to know what's in the queue. The documentation: …

python amazon-web-services boto amazon-sqs
S3 Object Expiration using boto

I was trying to figure out a way to clean up my s3 bucket. I want to delete all the …

python amazon-s3 boto
Boto SES - send_raw_email() to multiple recipients

I'm having big time problems with this issue-- another question on SO that didn't solve it is here: Send Raw …

python email mime-types boto amazon-ses