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

Use Boto3 To Get Current Price For Given Ec2 Instance Type

Now that AWS have a Pricing API, how could one use Boto3 to fetch the current hourly price for a gi… Read more Use Boto3 To Get Current Price For Given Ec2 Instance Type

Ec2 Instance Without Any Attached Volume?

Is it Possible to have instances without any volume(root-device or attached volume)? Lets say the i… Read more Ec2 Instance Without Any Attached Volume?

How Do I Read A Gzipped Parquet File From S3 Into Python Using Boto3?

I have a file called data.parquet.gzip on my S3 bucket. I can't figure out what's the probl… Read more How Do I Read A Gzipped Parquet File From S3 Into Python Using Boto3?

Aws Iam Python Script - Add New User To Existing Group

Context: I have a Python script that can create a User, decide on programmatic access or not, list … Read more Aws Iam Python Script - Add New User To Existing Group

Send Multiple Frame To Aws Rekognition

I'm trying to send pictures to the aws rekognition from my webcam to detect the activity of the… Read more Send Multiple Frame To Aws Rekognition

Django Performance, Slow Ttfb Without Any Queries

I have a simple view which renders an HTML template. No variables whatsoever and no database querie… Read more Django Performance, Slow Ttfb Without Any Queries

Aws Lambda, Python, Numpy And Others As Layers

I have been going at this for a while trying to get python, numpy and pytz added to AWS Lambda as L… Read more Aws Lambda, Python, Numpy And Others As Layers

Django Deployment With Apache On Aws -- Directory Structure

I have a django app with the following structure web/ manage.py settings.py wsgi.py url… Read more Django Deployment With Apache On Aws -- Directory Structure