AWS::EKS::Cluster EtcdPlacement - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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 EtcdPlacement

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.

Syntax

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

JSON

{ "SpreadLevel" : String }

YAML

SpreadLevel: String

Properties

SpreadLevel

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

Required: No

Type: String

Allowed values: host | rack

Update requires: Replacement