hackoregon / devops-17

deployment tools for Hack Oregon projects
4 stars 3 forks source link

Connect Django apps to data layer using internal routing #55

Open MikeTheCanuck opened 6 years ago

MikeTheCanuck commented 6 years ago

Currently Django containers in ECS are connecting to the PostgreSQL data layer using the “external” IP address.

Connecting to an internal IP could improve robustness and reduce latency, and may reduce incidence of the gevent timeouts we observed last season.