Back to news
cloud Priority 4/5 4/28/2026, 11:05:13 AM

AWS Lambda Expands Provisioned Mode for Kafka Event Source Mapping to Additional Regions

AWS Lambda Expands Provisioned Mode for Kafka Event Source Mapping to Additional Regions

AWS Lambda has expanded regional availability for Provisioned Mode when using Apache Kafka as an event source. This feature is now accessible in the Asia Pacific (Taipei), AWS GovCloud (US-East), and AWS GovCloud (US-West) regions. It enables developers to optimize throughput by pre-provisioning event polling resources for both Amazon MSK and self-managed Kafka clusters.

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#lambda#kafka#esm#provisioned-mode

Comparison

AspectBefore / AlternativeAfter / This
Scaling MechanismFully managed automatic scaling based on event volumeUser-defined minimum and maximum polling capacity
Traffic HandlingReactive adjustment to traffic spikes which may cause latencyProactive resource allocation to handle sudden bursts
Cost ModelStandard Event Source Mapping without dedicated unit pricingBilled based on Event Poller Unit (EPU) usage
Regional AvailabilityLimited to initial launch regionsExpanded to Taipei and US GovCloud regions

Action Checklist

  1. Identify Kafka ESM workloads in the newly supported regions Focus on applications with unpredictable traffic spikes
  2. Enable Provisioned Mode in the Lambda ESM configuration Applicable for both MSK and self-managed Kafka sources
  3. Configure the minimum and maximum number of Event Poller Units Balance throughput requirements with cost efficiency
  4. Monitor Event Poller Unit consumption in CloudWatch Ensure the provisioned range aligns with actual workload demands

Source: AWS What's New

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

Related