AWS::OpenSearchService::Domain ZoneAwarenessConfig - AWS CloudFormation

AWS::OpenSearchService::Domain ZoneAwarenessConfig

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

Syntax

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