Quick question, we have some satellites running on 4G connections. Currently they are connected to our AWS Master via static IP (expensive). Do the satellites need a static IP to work correctly, if the master has a static IP?
Hi,
the IP addresses are likely put as host
connection information into the Endpoint objects. If you prefer to depend on DNS resolution, you can use the FQDN instead. Beware of DNS problems though, then the connection between cluster endpoints won’t work.
Cheers,
Michael
2 Likes