I have a site that I am trying to connect to a load balancer that requires basic authentication. It does not check performance. I assume this is because instead of returning 200, it returns 401.
Similarly, I have another site that is trying to redirect. Therefore, instead of returning 200, it returns 302. And again, this is seen as a failure of the health check. (Why do I want to have load balancing in front of something that just redirects? Due to goofy client requirements, here's why!)
I donβt see the possibility to disable the health check or tell the health checker the answer to a question other than 200, or tell him that he must provide credentials for authentication or ... in any way these problems.
amazon-web-services load-balancing
Jay
source share