Top "Boto" questions

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

How do I upload a CSV file in myBucket and Read File in S3 AWS using Python

How do I upload a CSV file from my local machine to my AWS S3 bucket and read that CSV …

python csv amazon-s3 boto bucket
How to launch EC2 instance with Boto, specifying size of EBS?

I'm using boto/python to launch a new EC2 instance that boots from an EBS volume. At the time I …

python amazon-web-services amazon-ec2 boto
git aws.push: No module named boto

i'm trying to follow the tutorial: deploy django on aws Elastic Beanstalk when i'm doing the Step 6's substep 5: git …

django git amazon-web-services amazon-elastic-beanstalk boto
Use Boto to get ec2 instance status

I'm using instace.update() to get the status, which returns stopped, running or ... But there is another status in the …

amazon-ec2 status boto
Using Boto to find to which device and EBS Volume is mounted

How do I find to which device an EBS Volume is mounted with Python Boto v2.0? boto.ec2.Volume has …

python amazon-ec2 boto amazon-ebs
Is it better to have multiple s3 buckets or one bucket with sub folders?

Is it better to have multiple s3 buckets per category of uploads or one bucket with sub folders OR a …

amazon-web-services amazon-s3 boto
Determining Amazon EC2 instance creation date/time

Is it possible to determine (via boto) when a particular EC2 instance was created? http://boto.readthedocs.org/en/latest/…

python amazon-web-services amazon-ec2 boto ec2-api-tools
How do I get the most recent Cloudwatch metric data for an instance using Boto?

I'm trying to get the most recent data for CPU utilization for an instance (actually, several instances, but just one …

python amazon-web-services boto amazon-cloudwatch
Consuming a kinesis stream in python

I cant seem to find a decent example that shows how can I consume an AWS Kinesis stream via Python. …

python amazon-web-services stream boto
Ansible ec2: "boto required for this module"

When I run this simple Ansible playbook: - name: EC2 Test Example hosts: localhost connection: local gather_facts: False tasks: …

ansible boto