Skip to content

/AWS1/CL_EKSCTLPLANEPLCMTREQ

The placement configuration for all the control plane instances of your local Amazon EKS cluster on an Amazon Web Services Outpost. For more information, see Capacity considerations in the Amazon EKS User Guide.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_groupname TYPE /AWS1/EKSSTRING /AWS1/EKSSTRING

The name of the placement group for the Kubernetes control plane instances. This setting can't be changed after cluster creation.

iv_spreadlevel TYPE /AWS1/EKSSPREADLEVEL /AWS1/EKSSPREADLEVEL

Optional parameter to specify the placement group spread level for control plane instances. If not provided, Amazon EKS will deploy control plane instances without a placement group.


Queryable Attributes

groupName

The name of the placement group for the Kubernetes control plane instances. This setting can't be changed after cluster creation.

Accessible with the following methods

Method Description
GET_GROUPNAME() Getter for GROUPNAME, with configurable default
ASK_GROUPNAME() Getter for GROUPNAME w/ exceptions if field has no value
HAS_GROUPNAME() Determine if GROUPNAME has a value

spreadLevel

Optional parameter to specify the placement group spread level for control plane instances. If not provided, Amazon EKS will deploy control plane instances without a placement group.

Accessible with the following methods

Method Description
GET_SPREADLEVEL() Getter for SPREADLEVEL, with configurable default
ASK_SPREADLEVEL() Getter for SPREADLEVEL w/ exceptions if field has no value
HAS_SPREADLEVEL() Determine if SPREADLEVEL has a value