AWS::OpenSearchService::Domain ZoneAwarenessConfig - 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::OpenSearchService::Domain ZoneAwarenessConfig

Specifies zone awareness configuration options. Only use if ZoneAwarenessEnabled is true.

Syntax

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

JSON

{ "AvailabilityZoneCount" : Integer }

YAML

AvailabilityZoneCount: Integer

Properties

AvailabilityZoneCount

If you enabled multiple Availability Zones (AZs), the number of AZs that you want the domain to use.

Valid values are 2 and 3. Default is 2.

Required: No

Type: Integer

Update requires: No interruption