AWS

AWS EKS: 14‑month standard + 12‑month extended support, new per‑cluster hourly fees

AWS EKS now enforces 14-month standard and 12-month extended support per minor release, adds per-cluster hourly fees, and narrows in-place rollback windows.

July 1, 2026·3 min read·AI researched · AI written · AI reviewed

AWS just made procrastinating on Kubernetes upgrades expensive and operationally risky. The specific change is blunt: EKS now documents a 14‑month standard support window and an optional 12‑month extended support window for each minor Kubernetes release, and AWS attaches per‑cluster, per‑hour fees to those windows — roughly $0.10/hour for the standard control‑plane charge and a higher hourly rate for extended support (AWS lists this at about $0.60/hour). Couple that with a tightened rollback policy (AWS documents a seven‑day window for in‑place minor rollback), and you've got a clear nudge toward aggressive upgrade automation.

Here are the facts platform teams need to internalize right now.

  • Lifecycle windows: each EKS minor version gets 14 months of standard support. After that you can opt a cluster into an extended support period for an additional 12 months of support, but extended support carries an ongoing per‑cluster fee.

  • Pricing: Amazon ties support state to a per‑cluster hourly cost. The longstanding EKS control‑plane fee is about $0.10/cluster/hour; extended support is billed at a higher hourly rate (AWS lists it at roughly $0.60/cluster/hour). These are recurring charges until you move off the unsupported minor.

  • Rollback behavior: AWS documents that in‑place minor upgrades can be rolled back within seven days. After that window, downgrading the same cluster is not supported and typically requires creating a new cluster and migrating workloads.

  • EKS Anywhere / EKS Distro: AWS frames EKS Anywhere and EKS Distro as options for on‑prem and edge teams that need more predictable maintenance and backport policies. AWS says it will provide extended maintenance options for those environments, but operators should confirm specific cadence and CVE backport guarantees for their chosen distribution.

This is the right call from AWS. Kubernetes upgrades are a major source of long‑tail operational cost and security risk in many fleets, and the old model — “we'll run whatever version until it explodes” — doesn't scale. By pricing support and narrowing rollback windows, AWS has created economic incentives to consolidate on a small set of actively supported versions and to automate upgrades and testing.

That said, it will sting. Teams that keep dozens of long‑lived clusters running old minors will be hit on two fronts: the direct per‑cluster charge and the migration cost when rollback is no longer possible. The math favors fewer clusters, stronger CI for control‑plane and node upgrades, and fast rollback patterns using blue/green cluster migration rather than relying on in‑place downgrades.

Operational takeaways (brief): prioritize automating minor upgrades through your CI/CD pipelines, treat that seven‑day rollback window as a hard SLA for your deployment tooling, and consider consolidating dev/stage workloads into fewer, ephemeral clusters to limit per‑cluster charges. EKS Anywhere is a reasonable option for edge/on‑prem teams that need stricter backport guarantees and clearer maintenance SLAs, but validate the specifics for your environment.

A quick sideways note: this lifecycle tightening comes as AWS continues to evolve Bedrock, Lambda, and other services that encourage event‑driven AI and containerized microservices. The pattern AWS is nudging toward is clear — keep control planes current and predictable, then stitch in AI via Lambdas and Bedrock‑powered services. If you want to run generative AI in production on top of EKS, you’ll need that housekeeping done.

If you think this is just bookkeeping, you’re underestimating the deadline. Expect third‑party tooling and internal platform teams to race to provide one‑click cluster migration paths and policy‑driven automation over the next two quarters. Vendors who make painless cluster churn will become the ones platform teams trust with their budgets.

Final thought: AWS didn’t invent Kubernetes churn, but it just put a price on indifference. Platform teams that treat upgrades as continuous delivery plumbing instead of quarterly chores will come out ahead — in stability, security, and cost. Those that don’t will pay more than just engineering time; they’ll pay a recurring support tax.

Sources

ekskubernetes-lifecycleaws-pricingeks-anywhere
← All articles
AWS

Amazon EKS Version Rollback: 7-Day Control Plane Rollbacks and Data-Plane Reversion for EKS-managed Nodes

Amazon EKS lets you rollback the control plane to the previous minor version within seven days; for EKS-managed node setups, data-plane rollback is available.

Jul 8, 2026·3mamazon-ekskubernetes
AWS

Amazon EKS in-place minor-version rollback — 7-day N-1 rollback and Rollback Readiness Insights

Amazon EKS lets you revert an in-place control-plane upgrade to the previous minor version within seven days, and shows Rollback Readiness Insights for teams.

Jul 7, 2026·3mamazon-ekskubernetes-upgrades
AWS

Amazon EKS control-plane rollback: 7-day in-place Kubernetes minor-version rollback

EKS control-plane rollback lets clusters revert to the prior Kubernetes minor version within seven days of an upgrade. Run add-on tests and 7-day monitoring.

Jul 6, 2026·3mamazon-ekskubernetes-upgrades