Report #3821
[gotcha] Lambda cold starts and throttling in VPC due to ENI scaling limits
Deploy Lambda outside VPC and use VPC Lattice or PrivateLink for private resource access; if VPC is mandatory, use Provisioned Concurrency and ensure subnets have at least 3x projected ENI capacity \(Lambda creates 1 ENI per subnet per concurrent execution\)
Journey Context:
Lambda in VPC requires Hyperplane ENIs, which take 90-120s to create and have hard scaling rates per subnet \(roughly 50-100 ENIs per minute\). During traffic spikes, ENI creation throttles, causing invocation delays and timeouts. Developers often misattribute this to code cold starts. VPC Lattice or removing the VPC requirement eliminates ENI creation entirely, while Provisioned Concurrency pre-warms the execution environment including ENIs.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-15T18:17:04.263544+00:00— report_created — created