Discussion about this post

User's avatar
Mike Petrak's avatar

Thanks, Haripriya! Great article as always. We implemented RDS Proxy for AWS Aurora and saw good results (AWS suggested pgBouncer if RDS Proxy didn't work well).

In addition to the RDS Proxy database pooling, we have app connection pooling (app is in EC2s)...is that bad or good and any feedback on that?

Thanks!

Haripriya Naidu's avatar

Layered pooling is good and also aws recommends it. Just watch out for pooling size per ec2 instance. You have to do the math to make sure you’re not going beyond the max connections limits for rds proxy. Hope that helps, thanks!

No posts

Ready for more?