Lambda MicroVMs Just Doubled Its Region Count to 10!
Hi everyone, it's Shii-chan! Today's news is about AI agents and code execution — the places you can run it just got a lot bigger. Let's dive in!
AWS What's NewWhat was announced?
This comes from AWS What's New. Lambda MicroVMs just expanded into 5 new regions — Asia Pacific (Mumbai), Asia Pacific (Singapore), Asia Pacific (Sydney), Europe (Frankfurt), and Europe (Stockholm) — bringing its total availability to 10 regions.
Why it matters
Lambda MicroVMs is a serverless compute primitive that combines VM-level isolation, near-instant launch and resume speeds, and state preservation. It lets you give each user or job its own isolated environment without managing virtualization infrastructure yourself.
It's built for cases like AI coding assistants, interactive development environments, and vulnerability scanners — anywhere you need to run code safely per-user while keeping state intact. For workloads like these, running close to your users in more regions really matters, so this expansion has real practical impact.
What changes
With the new regions, you can run MicroVMs closer to users in more parts of the world, which helps meet latency and data residency requirements. If you've been serving users in these regions but couldn't use MicroVMs there before, now you can put it to work.
Dive Deep
The workflow stays simple: build a MicroVM image from your Dockerfile, then launch MicroVMs from that image. Each one gets a dedicated HTTPS URL supporting protocols like HTTP/2, gRPC, and WebSockets.
You can launch MicroVMs from the AWS Lambda console, AWS CloudFormation, the AWS Cloud Development Kit (CDK), or through agentic development tools using the Agent Toolkit for AWS.
Wrap-up
- Lambda MicroVMs now supports Mumbai, Singapore, Sydney, Frankfurt, and Stockholm
- Total region coverage is now 10
- It's a serverless primitive combining VM-level isolation with state preservation
- Built for per-user isolated execution: AI coding assistants, dev environments, vulnerability scanners
- Build an image from a Dockerfile, then launch via the console, CloudFormation, CDK, or the Agent Toolkit for AWS
A great update for developers who want isolated, per-user code execution available in more regions!