View a markdown version of this page

AWS::EKS::Cluster EtcdPlacement - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::EKS::Cluster EtcdPlacement

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

Syntax

To declare this entity in your Amazon 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