Skip to content

Commit 7a18cdc

Browse files
authored
Merge pull request #13 from rraub/rraub-vpc-dns-settings
adding note to the readme about VPC dns settings
2 parents d5bb187 + 7b2ddef commit 7a18cdc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,5 @@ Are 3 node not enough ? Update sizes to `5` and run `terraform apply` again,
4242
it will update Autoscaling Group and add `2` nodes more. Dead simple.
4343

4444
Node becomes unresponsive ? Autoscaling group and ELB Health Checks will automatically replace it with new one, without data loss.
45+
46+
Note: The VPC must have `enableDnsHostnames` = `true` and `enableDnsSupport` = `true` for the private DNS names to be resolvable for the nodes to connect to each other.

0 commit comments

Comments
 (0)