I have ALB and has one of target group (type IP) where i have spring boot application.Health check for this target is failing with HTTP 502 We are using tomcat image for spring boot application.
Health check configure are
Protocol : HTTP
Path : /Query
Port: traffic port
Healthy Threshold: 2
Unhealthy Threshold: 3
Timeout : 2
Interval :5
Success-code : 200
I am using tomcat image for this spring boot application.Is the timeout given very less and that might be cause of 502 ? But it was working with same configuration earlier.