Skip to content Skip to sidebar Skip to footer
Showing posts with the label Amazon Ec2

If I Just Wanted To Get Ec2 Instances Whose Value Of Tag's Env Is "dev" , How Should I Modify Code Based On This Script?

[This script let me get all instances] How Can I use Python dictionary Grouping AWS instances by ta… Read more If I Just Wanted To Get Ec2 Instances Whose Value Of Tag's Env Is "dev" , How Should I Modify Code Based On This Script?

How Can I Debug Python Web Site On Amazon Ec2?

I am new to web development. This is probably a dumb question but I could not quite find exact answ… Read more How Can I Debug Python Web Site On Amazon Ec2?

Nginx+bottle+uwsgi Server Returning 404 On Every Request

I have setup an Nginx server with following configuration: server { listen 8080; se… Read more Nginx+bottle+uwsgi Server Returning 404 On Every Request

Aws Boto - How To Create Instance And Return Instance_id

I want to create a python script where I can pass arguments/inputs to specify instance type and lat… Read more Aws Boto - How To Create Instance And Return Instance_id

How To Uninstall Pip Packages On Elastic Beanstalk

How to uninstall pip packages on Elastic Beanstalk? We removed a package in our requirements.txt fi… Read more How To Uninstall Pip Packages On Elastic Beanstalk

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

Ssh Key Of Newly Created Ec2 Instance Using Boto

I am using boto to connect to EC2 and launch an instance. After creating the instance, I need to ss… Read more Ssh Key Of Newly Created Ec2 Instance Using Boto

Psycopg2.errors.insufficientprivilege: Permission Denied For Relation Django_migrations

What my settings.py for DB looks like: ALLOWED_HOSTS = ['*'] DATABASES = { 'defaul… Read more Psycopg2.errors.insufficientprivilege: Permission Denied For Relation Django_migrations