aws / aws-cdk

The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code
https://aws.amazon.com/cdk
Apache License 2.0
11.62k stars 3.91k forks source link

[ElasticSearch] Support ZoneAwarenessConfig #3764

Closed cmckni3 closed 5 years ago

cmckni3 commented 5 years ago

:rocket: Feature Request

General Information

Description

ZoneAwarenessConfig is not supported by aws-elasticsearch module. ElasticSearch module appears to default to 2 AZ when ZoneAwarenessEnabled is set to true.

Proposed Solution

Environment

cmckni3 commented 5 years ago

Seems like this may have been blocked by CloudFormation itself. It's available in CloudFormation.

See the "What's New" post at https://aws.amazon.com/about-aws/whats-new/2019/09/aws-cloudformation-updates-amazon-ec2-ecs-elasticache-elasticsearch/

SomayaB commented 5 years ago

Hi @cmckni3, is this what you were looking for?

cmckni3 commented 5 years ago

@SomayaB that's exactly what I was looking for. Appears to have been added shortly after I opened this issue.

Thanks!