AWS::EKS::Cluster UpgradePolicy - AWS CloudFormation

AWS::EKS::Cluster UpgradePolicy

The support policy to use for the cluster. Extended support allows you to remain on specific Kubernetes versions for longer. Clusters in extended support have higher costs. The default value is EXTENDED. Use STANDARD to disable extended support.

Learn more about EKS Extended Support in the Amazon EKS User Guide.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "SupportType" : String }

YAML

SupportType: String

Properties

SupportType

If the cluster is set to EXTENDED, it will enter extended support at the end of standard support. If the cluster is set to STANDARD, it will be automatically upgraded at the end of standard support.

Learn more about EKS Extended Support in the Amazon EKS User Guide.

Required: No

Type: String

Allowed values: STANDARD | EXTENDED

Update requires: No interruption