I want to setup a classic AWS ELB in front of an EC2 instance running Nexus OSS. I got the app running an can access http://IPaddress:8081. I now want to put a classic load balancer in front of it. On the ELB's "Health Check" tab, what should be the value of the "Ping path?" I have it set to "/index.html", making the ensuing Ping target value to "HTTP:8081/index.html" but it's not passing health check?
Edit: According to the Nexus load balancing page, it should be http://IPaddress:port/service/rest/v1/status, and I set that to no avail, that is, instance on the ELB's Instances tab still shows OutOfService. I can curl that endpoint and get a HTTP 200, so it's not making sense to me why health check is not passing.
Thanks!