BigDataBoutique / elasticsearch-cloud-deploy

Deploy Elasticsearch on the cloud easily
https://bigdataboutique.com/services/elasticsearch-consulting
Apache License 2.0
330 stars 146 forks source link

Allow specifying subnets, on which client nodes and load balancer will run #70

Closed tsimonyan closed 5 years ago

tsimonyan commented 5 years ago

Adds clients_subnet_ids variable. Terraform apply will fail if the list contains multiple subnets from the same availability zone.
By default, a single subnet will be selected to avoid availability zone errors.