MicroVMs: Run isolated sandboxes with full lifecycle control
- Infrastructure
- Cloud
- AI
- Developer Tools
- Security
AWS is turning the Firecracker machinery behind Lambda into a standalone service called Lambda MicroVMs. You build an image from a Dockerfile and code, then launch short-lived VMs with suspend, resume, snapshots, and per-instance billing. The pitch is straightforward: if your product needs to run code you did not write, and you want a stronger boundary than containers, AWS will now sell that isolation directly for things like coding agents, interactive dev environments, vulnerability scanning, analytics, and scripted game servers.
Treat this as a low-level cloud primitive for short-lived, per-user isolation, not as a general replacement for containers or long-lived VMs. If you run agentic or user-code workloads, compare it directly against self-hosted Firecracker, Fly, Railway, E2B, and plain EC2 on startup latency, billing predictability, and whether suspend-resume plus snapshots actually saves enough orchestration work to justify AWS pricing.
- aws.amazon.com
- Discuss on HN