Skip to content

Deployed Spring Boot using Elastic Bean stack - Degraded

0

Enter image description here Hi Team

I Deployed Spring Boot using Elastic Bean stack and done the necessary steps

  • server port
  • adding roles But application did not deploy it says degraded.

could someone please help

Source Code : https://github.com/andrewsselvaraj/springawt/tree/main/spring-boot-jwt

1 Answer
0

A "degraded" status in Elastic Beanstalk (EB) typically means that one or more of your environment instances are not functioning properly or the health checks are failing. Please go to Elastic beanstalk console, and navigate to Logs section, look at error logs to see if any helpful logs. Otherwise you can ssh into server to see logs (e.g.. /var/log/web-stdout.log OR /var/log/web-stderr.log). I will suggest looking at server.port configuration in EB configurations, and configure the port correctly. It might be worth to re-deploy again if issue continue. You can check more details here: https://ilaydadastan.com/lets-beanstalk-your-java-app-deploying-a-java-application-to-aws-elastic-beanstalk-b735ed7b218d

answered a year 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.