---
title: "Run isolated sandboxes with full lifecycle control: AWS Lambda introduces MicroVMs"
url: https://daily.dev/posts/run-isolated-sandboxes-with-full-lifecycle-control-aws-lambda-introduces-microvms-ynja57lql
source_url: https://aws.amazon.com/blogs/aws/run-isolated-sandboxes-with-full-lifecycle-control-aws-lambda-introduces-microvms
type: article
source: "AWS"
published: 2026-06-22T23:20:03.037Z
updated: 2026-06-22T23:39:30.609Z
tags: ["infrastructure", "serverless", "aws-lambda"]
reading_time: 7
upvotes: 0
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.

# Run isolated sandboxes with full lifecycle control: AWS Lambda introduces MicroVMs

**[AWS](https://daily.dev/sources/aws)** · 7 min read · 0 upvotes · 0 comments

## Summary

AWS has launched Lambda MicroVMs, a new serverless compute primitive that provides VM-level isolated execution environments powered by Firecracker. Unlike traditional VMs (slow to start), containers (shared kernel risks), or standard Lambda functions (stateless), MicroVMs offer near-instant launch via pre-initialized snapshots, stateful execution retaining memory and disk across sessions, and full lifecycle control including auto-suspend and resume. Each MicroVM gets dedicated resources with no shared kernel between users, making it suitable for running untrusted user- or AI-generated code. MicroVMs support up to 8 hours of runtime, up to 16 vCPUs, 32 GB memory, and 32 GB disk. They are built using a Dockerfile-based image workflow, launched via API or console, and accessible through a dedicated HTTPS endpoint. Available now in select AWS regions on ARM64 architecture.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://aws.amazon.com/blogs/aws/run-isolated-sandboxes-with-full-lifecycle-control-aws-lambda-introduces-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
- [Easily Develop AWS Lambda MicroVM Sandbox Architectures](https://daily.dev/posts/easily-develop-aws-lambda-microvm-sandbox-architectures-fuxybegko) · Serverless · 13 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
- [AWS Launches Lambda MicroVMs for Isolated Agent and User Code Execution](https://daily.dev/posts/aws-launches-lambda-microvms-for-isolated-agent-and-user-code-execution-gmabbyzxq) · InfoQ · 2 upvotes · 0 comments

---

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

[View this post on daily.dev](https://daily.dev/posts/run-isolated-sandboxes-with-full-lifecycle-control-aws-lambda-introduces-microvms-ynja57lql)
