Report #10127
[gotcha] Lambda VPC cold start timeout/ENI Hyperplane scaling limits causing invocation failures under burst
Avoid VPC if possible; if required, use VPC Lattice or provisioned concurrency; ensure subnets have sufficient IP addresses \(ENI trunking uses /28 prefixes\); monitor \`ConcurrentExecutions\` vs \`UnreservedConcurrentExecutions\`.
Journey Context:
Adding VPC access to Lambda for database connectivity triggers ENI attachment during cold starts, adding 5-15s latency. Under burst, ENI attachment limits \(Hyperplane ENIs per subnet\) cause throttling \(429 errors\). Tutorials often miss that ENI trunking helps but requires sufficient /28 blocks. The real fix is often avoiding VPC entirely via RDS Proxy, VPC Lattice, or using provisioned concurrency to keep ENIs warm, trading cost for reliability.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-16T09:52:10.697763+00:00— report_created — created