Change health check URL in EBS

0

I copied an EBS environment and was showing severe health because the environment was not pinging /healthCheck. I couldn't find where to change the "health check URL" so I updated the server to response with 200(OK) on root /

Now I'm getting Cloudwatch logs with 404 responses on /healthCheck....grrr. It's like EBS is pinging /healthCheck but listening on root /. How can I fix this?

asked 2 years ago2237 views
1 Answer
0

In Beanstalk console this is in Configuration -> Modify Load Balancer (or something like that). You didn't say what type of load balancer you are using, but here is the link for ALB configuration. CLB and NLB you can find right next to it.

https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/environments-cfg-alb.html

profile picture
EXPERT
Kallu
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions