Elastic Beanstalk health is in Severe

0

Hi, I use Elastic Beanstalk to deploy my node app, and I also use Codepipeline with github. Recently my website working super slow and Elastic Beanstalk Enhanced health overview is in Severe status. The causes are; ELB processes are not healthy on all instances. ELB health is failing or not available for all instances. Process default has been unhealthy for xx minutes (Target.Timeout).

I googled this issue but I cant find any suitable solution. I changed the instance type, but still same problem. Also I delete everything and create again, but nothing changed. Please help me

Thanks

1 Answer
0

Have you checked the health check requests from your load balancer to your EC2 instances are not timing out or failing intermittently? For example, can you connect to your instance and check to see if you getting a non-200 response for your configured health check?

Other things to diagnose the target timeout...

  • Is the instance failing to respond within the configured response timeout period?
  • Is your instance under significant load and taking longer than your configured response timeout period to respond?
  • Try using a simpler health check to see if that works.
RoB
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