AWS

Amazon EKS Adds Seven-Day Control-Plane Kubernetes Version Rollback

Amazon EKS adds a seven-day control-plane Kubernetes rollback, offering a bounded undo for upgrades but requiring careful CRD, node skew, and testing practices.

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

AWS shipped a bunch of small, tightly related moves this week — but the one that actually changes how you operate clusters is EKS's new seven‑day control‑plane rollback. For the first time, operators have a built‑in, time‑bounded undo for control‑plane upgrades: if an upgrade causes regressions, you can reverse it within seven days instead of rebuilding the cluster or restoring from backups.

This is the right call. Upgrades are the single most anxiety‑producing maintenance activity for platform teams: API incompatibilities, CRD migrations, and subtle controller behavior can all turn a routine minor version bump into a midnight fire drill. Giving engineers a supported rollback path reduces the pressure to hold off on upgrades for months, and it encourages more frequent, smaller upgrades instead of dangerous big jumps.

But it isn’t a magic button. Rollback covers the control plane; it does not make cluster upgrades automatically safe. Expect three immediate operational obligations:

  • Treat CRD schema migrations and webhook changes as first‑class rollback risks. If your upgrade applied irreversible conversions or schema changes, a control‑plane rollback won’t undo them cleanly.
  • Validate node‑kubelet skew scenarios. If nodes were upgraded (managed node groups or self‑managed) to a newer kubelet, reverting only the control plane can create version skew that breaks controllers or scheduling.
  • Rehearse the rollback. The tooling exists now; practice is what separates reversible upgrades from recoverable disasters.

If you want the mechanics and considerations, see the short explainer we published on EKS rollbacks earlier this week: Amazon EKS adds seven-day control-plane Kubernetes version rollback.

Other noteworthy moves this week all lean the same direction: faster feedback and smaller blast radii. Lambda expanded its sandboxing and async semantics: AWS announced a VM‑level sandbox option for Lambda (MicroVMs), added support for newer language runtimes, and increased async payload limits for some integration paths. MicroVMs are interesting because they trade a bit more cold‑start and resource overhead for stronger isolation — useful for multi‑tenant or untrusted‑code scenarios. If you want the deeper take we ran on MicroVMs and async payloads, it's here: AWS Lambda MicroVMs and 1 MB Async Payloads: VM-level Sandboxing & Serverless Tradeoffs.

On the AI side, Amazon Bedrock added features to help ground model outputs with web search and to refine policy and safety checks using automated tooling and feedback. Those nudges push Bedrock toward agent workflows that combine grounding, feedback loops, and policy automation — the building blocks for production LLM applications that need up‑to‑date data and controlled behavior.

Infrastructure launches were similarly incremental but telling. CloudFormation introduced features to reduce deployment confirmation latency so engineers get quicker feedback on stacks, and EC2 saw additional Graviton3‑based C7g/C7gd instances become generally available — more price/perf for CPU‑bound workloads and faster iteration for teams that can recompile or run modern Linux builds.

The throughline is obvious and useful: AWS is optimizing for lower‑risk, faster iteration. Reversible control‑plane changes, quicker deployment confirmation, stronger serverless isolation, and AI features that make outputs more grounded all add up to one operating model — move fast, but make it safe to move back.

A final, slightly uncomfortable prediction: teams that keep treating upgrades as irreversible events will be left behind. The cost of not rehearsing rollbacks, not versioning CRDs carefully, and not designing for node/control‑plane skew is about to rise. Start exercising rollbacks in your staging environments now; if your pipelines and migration strategies survive a real control‑plane reversion, you’ll actually be able to upgrade more frequently without risking the pager.

Sources

amazon-eksaws-lambdaamazon-bedrockaws-graviton
← All articles
AWS

Amazon Bedrock AgentCore: managed EC2 runtimes, Web Search filters, S3 File API multi-agent pattern, and Lambda bandwidth

Bedrock AgentCore adds managed persistent EC2 runtimes; Web Search gets domain and date filters; S3 File API enables multi-agent coordination—update IAM and ops.

Aug 23, 2026·3mamazon-bedrockagentcore
AWS

Amazon Bedrock agent runtimes and payments: persistent instances, spend controls, and operational guidance

Amazon Bedrock added persistent agent runtimes and a payments orchestration layer. Platform teams must urgently apply IAM, network, and billing controls.

Aug 22, 2026·3mamazon-bedrockbedrock-agents
AWS

Amazon Bedrock AgentCore runtime instances and temporal session policies

Amazon Bedrock AgentCore adds persistent runtime instances and temporal session policies, shifting orchestration, security, and cost boundaries for platform teams.

Aug 21, 2026·3mamazon-bedrockbedrock-agentcore