Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

fix: update ElasticSearch type to have more region support #484

Merged
merged 3 commits into from
Oct 12, 2021
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cloudformation/elasticsearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Resources:
VolumeType: gp2
VolumeSize: !If [isDev, 10, 73]
ElasticsearchClusterConfig:
InstanceType: !If [isDev, c6g.large.elasticsearch, m6g.large.elasticsearch]
InstanceType: !If [isDev, c6g.large.elasticsearch, r6g.large.elasticsearch]
rsmayda marked this conversation as resolved.
Show resolved Hide resolved
InstanceCount: !If [isDev, 1, 4]
DedicatedMasterEnabled: !If [isDev, false, true]
DedicatedMasterCount: !If [isDev, !Ref AWS::NoValue, 3]
Expand Down