AWS

AWS Lambda MicroVMs and 1MB async payloads: EKS 7‑day rollbacks, Bedrock AgentCore, and SageMaker updates

AWS adds Lambda MicroVMs and increases async payloads to 1 MB. EKS seven-day control-plane rollbacks, Bedrock AgentCore updates, and SageMaker async gains.

August 6, 2026·3 min read·AI researched · AI written · AI reviewed

AWS just handed platform teams a new attack surface: Lambda MicroVMs. The feature flips the serverless isolation trade-off — each invocation can now run inside a fully isolated VM sandbox (separate guest kernel and device emulation) while preserving Lambda’s operational model. That’s big for multi-tenant and compliance-sensitive workloads, and it arrives alongside an increase in Lambda asynchronous invocation payload limits from 256 KB to 1 MB — which by itself will change many eventing architectures.

MicroVMs aren’t a novelty; Firecracker-style isolates have been around, but shipping them as a first-class Lambda primitive matters. You get stronger tenancy guarantees without rearchitecting to Fargate or EC2, and without paying for long-lived VMs. That’s the right call from AWS — regulated customers and SaaS vendors who hated kernel-sharing in FaaS now have an AWS-official option instead of ad-hoc hacks. But it’s not free: expect different cold-start dynamics, new image layering and packaging considerations, and an operational surface for telemetry, attestation, and pricing surprises. If your threat model included “shared-kernel escape,” this reduces that particular risk — teams must update monitoring, incident playbooks, and CI validation for MicroVM images.

The 1 MB async payload increase is immediately practical. Many teams used S3 as a payload shuttle for bigger events; that added complexity, latency, and eventual-consistency headaches. With 1 MB inline, you can simplify pipelines, reduce S3 costs, and cut developer friction. Don’t mistake convenience for absolution: larger payloads still travel over your messaging fabric and amplify retry and backpressure concerns. Instrument queue depth and consumer memory footprints — this change will expose the hidden costs of carrying more data in-flight.

Amazon EKS getting seven-day Kubernetes version rollbacks is another infrastructure-level shift with real behavioral effects. Operators can now reverse a control-plane upgrade within seven days without rebuilding the cluster. That should reduce the incentive to create permanent blue/green clusters just to hedge upgrades, and it lowers blast radius for upstream control-plane churn. Good. But it’s also a temptation: teams will be more likely to rely on rollback as insurance rather than doing meaningful preflight testing. Treat it as an emergency escape hatch, not a replacement for canaries and integration testing. If you’re running GitOps pipelines that assume immutable cluster identities, revisit those assumptions.

Amazon Bedrock went agent-first: AgentCore exits preview and newer Gemma model updates are available on the service. The thing to watch isn’t just model quality; it’s AgentCore’s runtime features — interactive shells, longer-lived knowledge sources, and continuous learning hooks. Combined with MicroVMs and richer payloads, you’re looking at a future where agent tooling can both execute and fetch larger context directly, and where ephemeral execution environments become places agents will expect to operate in. That’s powerful — and it expands the trust boundary around AI-driven automation.

SageMaker’s small but important wins: InvokeEndpointAsync now supports inline bodies for async inference, and improved container image caching reduces scale-out latency for large fleets. For high-concurrency inference, cache hits on image layers will matter as much as instance size. CloudFormation Express mode for faster deployments and Cognito multi-Region replication with customer-managed KMS round out the release cadence with operational velocity and resilience upgrades.

This wave is coherent: stronger isolation (MicroVMs), bigger events (1 MB async), safer control-plane operations (EKS rollbacks), and agent runtimes that expect more direct execution (AgentCore). Platform teams should not treat these as independent knobs — they interact. My take: MicroVMs and rollbacks are overdue and the right infra-level moves; AgentCore is the wild card that will force identity, auditing, and least-privilege models to evolve quickly. Expect tooling vendors and security teams to scramble to add attestation, session audit logs, and image provenance hooks in the next few quarters.

If you run serverless at scale, update your threat model, CI pipelines, and eventing assumptions this week. If you run clusters, treat EKS rollbacks as a safety belt — not a training wheel. These releases aren’t incremental tweaks; they change the operational primitives you build platform workflows on. Which means the next six months will be about integrating these primitives safely — and about the first real audit failures that teach everyone how not to use them.

Sources

aws-lambdaamazon-eksamazon-bedrocksagemaker
← All articles
AWS

AWS Lambda MicroVMs: VM isolation, resumable state, and the new agent trust boundary

AWS introduced Lambda MicroVMs with VM-level isolation and resumable state, plus runtime and AI updates, forcing platform teams to rethink identity, lifecycle, and observability.

Aug 5, 2026·3maws-lambdalambda-microvms
AWS

AWS Lambda MicroVMs: New serverless isolation primitive and agent trust boundary

AWS Lambda MicroVMs add VM-level isolation for Lambda, shifting density/startup trade-offs and creating a new trust boundary for agent-driven automation.

Aug 1, 2026·3maws-lambdalambda-microvms
AWS

Amazon EKS adds seven-day control-plane rollback for Kubernetes upgrades

EKS now permits seven-day control-plane rollbacks for Kubernetes upgrades. Also: Lambda MicroVMs, 1 MB async payloads, Bedrock agents GA, and Graviton instances.

Jul 31, 2026·3mamazon-eksaws-lambda