Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update elasticsearch_dedicated_master_count to 3 in common #522

Open
christinepoydence opened this issue Jul 27, 2021 · 0 comments
Open

Comments

@christinepoydence
Copy link
Contributor

christinepoydence commented Jul 27, 2021

When the elasticsearch_dedicated_master_count is less than 3, terraform apply commands fail with the error:

Error: Error creating ElasticSearch domain: ValidationException: You must choose at least three dedicated master nodes
  on _feature_elasticsearch.tf line 51, in resource "aws_elasticsearch_domain" "elasticsearch":
  51: resource "aws_elasticsearch_domain" "elasticsearch" {

Three is the recommended number of master nodes- updating the value in _feature_ekscluster.tf should resolve this issue.

More details: https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-managedomains-dedicatedmasternodes.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants