Back Issues This Week → Calendar → Current Issue → Popular →

All issuesVolume 340, Issue 3IT Vendor NewsAWS

Eliminating Java Cold Starts With AWS Lambda Managed Instances

AWS, Monday, July 13th, 2026

AWS shows how Lambda Managed Instances keep JVM execution environments warm to remove multi-second Java cold start penalties.

A single cold start can stretch a Java Lambda function's response from milliseconds to seconds, breaking p99 SLAs and timing out downstream services.

The root cause is architectural: the JVM performs best in long-running processes because its Just-In-Time compiler progressively optimizes code over thousands of invocations, which standard short-lived serverless execution environments never allow.

AWS explains how Lambda Managed Instances address this by keeping execution environments alive long enough for JIT optimization to take effect. The post covers configuration and the latency profile teams should expect versus standard on-demand Lambda invocation.

more →  ·  More from AWS →