I've got a Route 53 Hosted zone up but and my instances register with it just fine. However I can't figure out how to get them to find each other
A bit more detail, I'm trying to get a solr/zookeeper ensemble up and running inside AWS ECS. I've got this catch-22 where in order to get the cluster up and running successfully solr has to know where to find the zk instances.
is there a way to programmatically pass the locations of the zk instances to the solr ones? Do I just have service discovery misconfigured?
Thank You