Update 12/21/2017 - 2 p.m.
It was really a bug. AWS corrected it. I still don't know what is the correct value though. I managed to set /health
but the instance is always unhealthy since. Any advice?
Original 12/21/2017 - 8 a.m.
Today AWS Elastic Beanstalk web console got an update for Configuration in our region. In the old GUI, we were asked to set the health check url. So we input https://domain/health
.
In the new GUI, AWS is asking for health check path. But no matter what value I try, I cannot save the config and I always receive the same result:
I tried these values:
- /
- health
- /health
- HTTPS:443/health
- HTTPS/health
- https:443/health
- https/health
- HTTP:80/health
- HTTP/health
- http:80/health
- http/health
I believe it is a bug, isn't? Have you been successful setting the health path?
/health
. Maybe it was a temporary bug on Amazon side...? – Amio.io