1 Answer
- Newest
- Most votes
- Most comments
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
Relevant content
- asked 3 years ago
- asked 2 years ago
- AWS OFFICIALUpdated 2 years ago
