amazon web services - how to connect Django in EC2 to a Postgres database in RDS? -


first time using aws services django.

was wondering how configure django app running in ec2 instance postgres database in rds?

the ec2 running ubuntu 14.04

any special configuration required?

if able use deployment service, take @ at aws elastic beanstalk. combines ec2, rds , s3 storage docker , helps keep them together. it's easy connect rds instance ec2 instance(s). launched django project using few weeks ago.


Comments

Popular posts from this blog

python - Mongodb How to add addtional information when aggregating? -

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

java - Incorrect order of records in M-M relationship in hibernate -