ring

petr.mensik 2018-01-03T16:06:45.000156Z

Is there a way how to get servers DNS name or IP without having the request or response map?

2018-01-03T16:19:37.000224Z

@petr.mensik You can look up the IP address of the machine the process is running on, but if you’re behind a load balancer…

petr.mensik 2018-01-03T16:22:40.000522Z

@weavejester I am, unfortunately (hosted on AWS).

2018-01-03T16:23:33.000290Z

There might be some AWS way to provide the host. And AWS I believe can instantiate VMs with shell variables.

2018-01-03T16:23:57.000272Z

So you could set up something to pass the host/IP to the servers that way.

petr.mensik 2018-01-03T16:31:39.000112Z

yep, I was thought I'll try this way. I was just thinking that Ring might store that information somewhere