OutpostConfigResponse
An object representing the configuration of your local Amazon EKS cluster on an AWS Outpost. This API isn't available for Amazon EKS clusters on the AWS cloud.
Contents
- controlPlaneInstanceType
-
The Amazon EC2 instance type for the Kubernetes control plane instances of your local Amazon EKS cluster on AWS Outposts. The instance type is the same for all control plane instances.
Type: String
Required: Yes
- outpostArns
-
The ARN of the Outpost that you specified for use with your local Amazon EKS cluster on Outposts.
Type: Array of strings
Required: Yes
- 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.
Type: ControlPlanePlacementResponse object
Required: No
- etcdInstanceType
-
The Amazon EC2 instance type for etcd instances of your local Amazon EKS cluster on AWS Outposts. The instance type is the same for all etcd instances.
Type: String
Required: No
- 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.
Type: EtcdPlacementResponse object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: