This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::EKS::Cluster OutpostConfig
The configuration of your local Amazon EKS cluster on an AWS Outpost. Before creating a cluster on an Outpost, review Creating a local cluster on an Outpost in the Amazon EKS User Guide. This API isn't available for Amazon EKS clusters on the AWS cloud.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "ControlPlaneInstanceType" :String, "ControlPlanePlacement" :ControlPlanePlacement, "EtcdInstanceType" :String, "EtcdPlacement" :EtcdPlacement, "OutpostArns" :[ String, ... ]}
YAML
ControlPlaneInstanceType:StringControlPlanePlacement:ControlPlanePlacementEtcdInstanceType:StringEtcdPlacement:EtcdPlacementOutpostArns:- String
Properties
ControlPlaneInstanceType-
The Amazon EC2 instance type for the Kubernetes control plane instances of your local Amazon EKS cluster on AWS Outposts. This instance type applies to all control plane instances and cannot be changed after cluster creation.
For more information, see Capacity considerations in the Amazon EKS User Guide.
Required: Yes
Type: String
Update requires: Replacement
ControlPlanePlacement-
An object representing the placement configuration for all the control plane instances of your local Amazon EKS cluster on an AWS Outpost. For more information, see Capacity considerations in the Amazon EKS User Guide.
Required: No
Type: ControlPlanePlacement
Update requires: Replacement
EtcdInstanceType-
The Amazon EC2 instance type for etcd instances of your local Amazon EKS cluster on AWS Outposts. This instance type applies to all etcd instances and cannot be changed after cluster creation.
Required: No
Type: String
Update requires: Replacement
EtcdPlacement-
An object representing the placement configuration for the etcd instances of your local Amazon EKS cluster on an AWS Outpost. For more information, see Capacity considerations in the Amazon EKS User Guide.
Required: No
Type: EtcdPlacement
Update requires: Replacement
OutpostArns-
The ARN of the Outpost that you want to use for your local Amazon EKS cluster on Outposts. Only a single Outpost ARN is supported.
Required: Yes
Type: Array of String
Update requires: Replacement