Back to news
cloud Priority 4/5 8/6/2026, 11:05:16 AM

AWS Lambda Supports Scalable Network Bandwidth up to 3,000 Mbps for Non-VPC Functions

AWS Lambda Supports Scalable Network Bandwidth up to 3,000 Mbps for Non-VPC Functions

AWS has updated Lambda to support scalable network bandwidth, significantly improving data transfer rates for execution environments. Functions running outside a VPC that are allocated with 2 GB of memory or more can now scale up to 3,000 Mbps of network throughput. This allows data-heavy workloads, such as machine learning inference or large file processing, to run more efficiently.

Related tools

Recommended tools for this topic

These picks prioritize high-intent tools relevant to this topic. Some links may include partner or affiliate tracking.

#aws#cloud#official

Comparison

AspectBefore / AlternativeAfter / This
Maximum BandwidthStandard limited network throughput based on memory allocationUp to 3,000 Mbps of scalable network bandwidth
Memory RequirementApplied to all memory configurations with lower capsRequires 2 GB of memory or more to access the higher limits
VPC RequirementStandard throughput applied regardless of VPC placementSpecifically targets functions configured outside of a VPC

Action Checklist

  1. Identify latency-sensitive Lambda functions currently running outside a VPC Focus on workloads that download or upload large datasets
  2. Increase the function memory allocation to at least 2 GB Bandwidth scaling triggers automatically at or above this memory threshold
  3. Measure performance improvements and monitor execution duration changes Observe if faster data transfer reduces total function execution time and lowers costs

Source: AWS What's New

This page summarizes the original source. Check the source for full details.

Related