Skip to content Skip to sidebar Skip to footer
Showing posts with the label Amazon Web Services

Query Dynamodb With Non Hash Key Field (with Boto / Python)

I'm using dynamoDB with boto, and having a bit of a problem in the design/query of my table. I&… Read more Query Dynamodb With Non Hash Key Field (with Boto / Python)

How Should I Pass My S3 Credentials To Python Lambda Function On Aws?

I'd like to write a file to S3 from my lambda function written in Python. But I’m struggling t… Read more How Should I Pass My S3 Credentials To Python Lambda Function On Aws?

How To Dynamically Add Ec2 Ip Addresses To Django Allowed_hosts

We've recently changed our deployment strategy to use AWS auto scaling group. One problem we h… Read more How To Dynamically Add Ec2 Ip Addresses To Django Allowed_hosts

Botocore.exceptions.sslerror: Ssl Validation Failed On Windows

The below code is for getting the regions. import boto3 ec2 = boto3.client('ec2', 'regi… Read more Botocore.exceptions.sslerror: Ssl Validation Failed On Windows

Pyspark Save Dataframe To S3

I want to save dataframe to s3 but when I save the file to s3 , it creates empty file with ${folder… Read more Pyspark Save Dataframe To S3

Aws Lambda - Copy Ec2 Snapshot Automatically Between Regions?

I'd like to create a Lambda function (python) that will copy an already created snapshot to ano… Read more Aws Lambda - Copy Ec2 Snapshot Automatically Between Regions?