Prevent increased cluster costs by disabling EKS extended support - Amazon EKS
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Help improve this page

Want to contribute to this user guide? Choose the Edit this page on GitHub link that is located in the right pane of every page. Your contributions will help make our user guide better for everyone.

Prevent increased cluster costs by disabling EKS extended support

This topic describes how to set the upgrade policy of an EKS cluster to disable extended support. The upgrade policy of an EKS cluster determines what happens when a cluster reaches the end of the standard support period. If a cluster upgrade policy has extended support disabled, it will be automatically upgraded to the next Kubernetes version.

For more information about upgrade policies, see View current cluster upgrade policy.

Important

You cannot disable extended support once your cluster has entered it. You can only disable extended support for clusters on standard support.

Amazon recommends upgrading your cluster to a version in the standard support period.

Disable EKS extended support (Amazon Console)

  1. Navigate to your EKS cluster in the Amazon Console. Select the Overview tab on the Cluster Info page.

  2. In the Kubernetes version setting section, select Manage.

  3. Select Standard support and then Save changes.

Disable EKS extended support (Amazon CLI)

  1. Verify the Amazon CLI is installed and you are logged in. Learn how to update and install the Amazon CLI.

  2. Determine the name of your EKS cluster.

  3. Run the following command:

    aws eks update-cluster-config \ --name <cluster-name> \ --upgrade-policy supportType=STANDARD