-
Notifications
You must be signed in to change notification settings - Fork 291
Infrastructure
Benny Neugebauer edited this page Jul 26, 2016
·
3 revisions
AWS Elastic Beanstalk environments have a health check. The health check tests if our instances are up and running. In order to do this, the URL /test
is checked for existence (like https://app.wire.com/test/). It's important to provide this page. Otherwise we get the following error from AWS Elastic Beanstalk:
503 (Service Unavailable: Back-end server is at capacity)
The Health Check can be configured for each environment here: