Report #85822
[gotcha] AWS Lambda VPC function fails to scale with EC2ThrottledException or timeout
Provision dedicated /28 subnets per AZ for Lambda \(minimum 16 IPs\), or migrate to VPC Lattice/PrivateLink to eliminate ENI consumption entirely.
Journey Context:
Lambda VPC networking uses Hyperplane ENIs that consume IPs from subnets. A /28 provides only 11 usable IPs. When Lambda scales horizontally, it exhausts IPs before hitting concurrency limits, causing invocation failures that appear as downstream timeouts. People often size subnets for EC2 \(large blocks\) but forget Lambda's ENI-per-AZ model consumes IPs even when idle.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T02:38:22.916832+00:00— report_created — created