Report #5683
[gotcha] AWS Lambda VPC cold starts hang for 15\+ seconds due to ENI creation
Avoid VPC for latency-sensitive Lambdas; if required, use provisioned concurrency or VPC Lattice, and ensure subnets have ample free IPs \(ENI creation requires available IPs\)
Journey Context:
Many teams move Lambda into a VPC to access private RDS or ElastiCache, then see 10-15s cold starts that destroy latency SLAs. The root cause is ENI creation time, not Lambda initialization. You cannot 'warm' this away without provisioned concurrency. Alternatives: VPC Lattice \(no ENI per Lambda\), RDS Proxy \(keep Lambda outside VPC\), or simply accept the cold start cost.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-15T21:52:05.130579+00:00— report_created — created