No matter which health check path I provide, even if it's completely arbitrary text, the health check will only pass as long if the matcher code is set to 0.
I have one service that's just using the default path given by the AWS example - /AWS.ALB/healthcheck
. It's passing with a 0.
Another service has implemented a specific health check path that returns 1 on success, but the check continues to fail unless the matcher code is set to 0. It's worth noting that this service has implemented server reflection.
Am I missing a piece here? I more or less followed the setup in the official example.