View a markdown version of this page

AWS::EKS::Cluster EtcdPlacement - AWS CloudFormation

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