---
title: "AWS Launches Lambda MicroVMs for Isolated Agent and User Code Execution"
url: https://daily.dev/posts/aws-launches-lambda-microvms-for-isolated-agent-and-user-code-execution-gmabbyzxq
source_url: https://www.infoq.com/news/2026/06/aws-lambda-microvms
type: article
source: "InfoQ"
published: 2026-06-30T09:25:20.379Z
updated: 2026-06-30T09:25:42.186Z
tags: ["ai-agents", "serverless", "aws-lambda"]
reading_time: 5
upvotes: 2
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# AWS Launches Lambda MicroVMs for Isolated Agent and User Code Execution

**[InfoQ](https://daily.dev/sources/infoq)** · 5 min read · 2 upvotes · 0 comments

## Summary

AWS has launched Lambda MicroVMs, a new serverless compute primitive that runs each user session or AI agent in its own Firecracker virtual machine. Unlike Lambda Functions, MicroVMs provide hardware-level VM isolation, snapshot-based rapid launch, and stateful execution with suspend/resume lifecycle for up to eight hours. Each MicroVM gets up to 16 vCPUs, 32 GB RAM, and 32 GB disk, and is available in five regions on ARM64. The service targets multi-tenant applications that need to execute untrusted or AI-generated code safely — a gap that containers (shared kernel) and traditional VMs (slow cold start) couldn't fill simultaneously. Compared to Cloudflare Sandboxes, GKE Agent Sandbox, and Azure Container Apps dynamic sessions, AWS's approach emphasizes stateful isolation with suspend/resume. A Reddit analysis flagged the cost premium: the minimum setup runs ~$3.03/day, roughly 9x Fargate spot pricing.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.infoq.com/news/2026/06/aws-lambda-microvms>

## Similar posts on daily.dev

- [AWS introduces Lambda MicroVMs for isolated execution of user and AI-generated code](https://daily.dev/posts/aws-introduces-lambda-microvms-for-isolated-execution-of-user-and-ai-generated-code-x2cyrnpdz) · AWS · 11 upvotes · 0 comments
- [What you need to know about Lambda MicroVMs](https://daily.dev/posts/what-you-need-to-know-about-lambda-microvms-rwfw6wahz) · theburningmonk.com · 53 upvotes · 3 comments
- [Run isolated sandboxes with full lifecycle control: AWS Lambda introduces MicroVMs](https://daily.dev/posts/run-isolated-sandboxes-with-full-lifecycle-control-aws-lambda-introduces-microvms-ynja57lql) · AWS · 0 upvotes · 0 comments
- [AWS, Google Cloud, Microsoft Azure, and Cloudflare now all offer agent sandboxes. None built them the same way.](https://daily.dev/posts/aws-google-cloud-microsoft-azure-and-cloudflare-now-all-offer-agent-sandboxes-none-built-them-th-6t7zmfizv) · The New Stack · 2 upvotes · 0 comments
- [AWS debuts Lambda MicroVMs with up to 8 hours runtime](https://daily.dev/posts/aws-debuts-lambda-microvms-with-up-to-8-hours-runtime-qawvsph6a) · DEVCLASS · 14 upvotes · 1 comments

---

Tags: [#ai-agents](https://daily.dev/tags/ai-agents), [#serverless](https://daily.dev/tags/serverless), [#aws-lambda](https://daily.dev/tags/aws-lambda)

[View this post on daily.dev](https://daily.dev/posts/aws-launches-lambda-microvms-for-isolated-agent-and-user-code-execution-gmabbyzxq)
