Top "Boto3" questions

Boto 3 - The Amazon Web Services (AWS) SDK for Python

AWS Boto3 - User is not authorized to perform sts::AssumeRole on resource?

I am Creating a URL that Enables Federated Users to Access the AWS Management Console by sts:AssumeRole with below …

amazon-web-services aws-sdk boto3 aws-cli botocore
boto3: Spot Instance Creation

I'm trying to create a spot instance using boto3. Although I follow the API documentation, I receive an exception I …

python amazon-web-services amazon-ec2 boto boto3
Streaming in / chunking csv's from S3 to Python

I intend to perform some memory intensive operations on a very large csv file stored in S3 using Python with …

python amazon-s3 boto3 botocore amazon-s3-select
Can I use boto3 anonymously?

With boto I could connect to public S3 buckets without credentials by passing the anon= keyword argument. s3 = boto.connect_…

python amazon-web-services amazon-s3 boto boto3