Skip to content
SREERAJ.DEV
// PERSONAL SITE
EDITION 2026-08 · BRUTALIST
--:--:-- UTC
SCR 000%
SREERAJ
.
DEV
/
Backend engineering & Himalayan treks — plain HTML, served statically
Index
DevOps
Treks
Programming
Postgres
About
Archive
RSS
~
/
tags/pgbouncer
INDEX OF /TAGS/PGBOUNCER
1 FILE · NEWEST FIRST
№
Date
Title
Tags
Min
001
2021-07-10
★
Connecting Django to RDS via pgbouncer using IAM auth
Setting up the infra We primarily use a django backend with RDS postgres in a kubernetes cluster for production environments. We were trying to setup an environment which would be HIPAA compliant and secure as well, as well as keep complexity to a minimum in the backend layer. We decided to go with IAM authentication to connect to RDS for the django application. The tricky part was to figure out how we would add pgbouncer between RDS and django to manage connection pooling issues. We setup a
2021-07-10
[devops] [tech] +4
3′