AWS::EKS::Cluster ComputeConfig - AWS CloudFormation

AWS::EKS::Cluster ComputeConfig

Indicates the current configuration of the compute capability on your EKS Auto Mode cluster. For example, if the capability is enabled or disabled. If the compute capability is enabled, EKS Auto Mode will create and delete EC2 Managed Instances in your AWS account. For more information, see EKS Auto Mode compute capability in the Amazon EKS User Guide.

Syntax

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

JSON

{ "Enabled" : Boolean, "NodePools" : [ String, ... ], "NodeRoleArn" : String }

YAML

Enabled: Boolean NodePools: - String NodeRoleArn: String

Properties

Enabled

Request to enable or disable the compute capability on your EKS Auto Mode cluster. If the compute capability is enabled, EKS Auto Mode will create and delete EC2 Managed Instances in your AWS account.

Required: No

Type: Boolean

Update requires: No interruption

NodePools

Configuration for node pools that defines the compute resources for your EKS Auto Mode cluster. For more information, see EKS Auto Mode Node Pools in the Amazon EKS User Guide.

Required: No

Type: Array of String

Update requires: No interruption

NodeRoleArn

The ARN of the IAM Role EKS will assign to EC2 Managed Instances in your EKS Auto Mode cluster. This value cannot be changed after the compute capability of EKS Auto Mode is enabled. For more information, see the IAM Reference in the Amazon EKS User Guide.

Required: No

Type: String

Update requires: No interruption