Value is not one of the allowed values: [Ok, Warning, Degraded, Severe]

0

I have an Elastic Beanstalk application, and I am trying to upload and implement a new version of it, but I am getting the following error when try to.

Enter image description here

But the integrity of the system seems to be ok, as in the image below:

Enter image description here

Also, I realized that there were previously some warning and it was transitioning from Ok to Severe, and then back to Ok....

Enter image description here

Looking at the access.logs from nginx seems to be fine.

Please, any help on that? can't seem to find any related issue anywhere...

EDIT:

I found some logs at access.log in nginx that are throwing 403:

Enter image description here

asked 9 months ago243 views
2 Answers
1

Are there any problems with the health check paths, etc. used by Elastic Beanstalk's load balancer?
If the wrong health check path is set, such errors will occur, such as 404 errors.

In addition, the following documents provide general troubleshooting instructions.
Please check once.
https://repost.aws/knowledge-center/elastic-beanstalk-yellow-warning

profile picture
EXPERT
answered 9 months ago
  • Thank you very much for the answer! Looking at what you provided and answer, seems that there is no issue with the health check paths as far as I could check, but now looking further in the logs I realized there are some 403 being logged, I attached the image of the log in the EDIT of this question, do you have any why this is happening?

0

I understand from your follow-up question that you have concerns about some 403 errors in the logs. Elastic Beanstalk enhanced health reporting relies on a set of rules to determine the health of your environment. Some of these rules might not be appropriate for your particular application. By default, Elastic Beanstalk includes all application HTTP 4xx errors when determining the environment's health. You can choose to ignore application HTTP 4xx errors on the environment's instances, or to ignore HTTP 4xx errors returned by the environment's load balancer. Reference: https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-rules.html

Regarding your initial error message on the banner in your console, you may refer to following doc for details on this specific namespace and the permitted option-settings. https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/command-options-general.html#command-options-general-elasticbeanstalkhealthreporting

AWS
answered 9 months 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