You need to sign in or sign up before continuing.
Docs feedback: Current health-check endpoint (users/sign_in) does not work in AWS
In the description, how to set up the load balancer in AWS, the document says we should use the endpoint "/users/sign_in" for the ELB health checks. However, this fails for a Classic Load Balancer, as it returns a 302 instead of the needed 200 HTTP response. Please either explain how we can use the health monitoring endpoints (/-/health, /-/liveliness, etc) or point to another endpoint, that actually returns a 200.
Thanks!
Link to the document: here