Why t3.micro RDS connections break FastAPI backends and how to fix it
A FastAPI backend running on AWS Fargate with a t3.micro RDS instance hit a hidden ceiling: connection limits, not CPU, throttled scaling. Learn how a 20-connection pool multiplied across workers and deployments breached the 87-connection cap, and why RDS Proxy alone isn’t enough without deeper pool tuning.