hashicorp / terraform-aws-consul-ecs

Consul Service Mesh on AWS ECS (Elastic Container Service)
https://www.consul.io/docs/ecs
Mozilla Public License 2.0
52 stars 30 forks source link

Use /health endpoint for fake-service #106

Closed lkysow closed 2 years ago

lkysow commented 2 years ago

This endpoint returns OK even if the upstream services are down. This ensures the ALB won't cause the task to be stopped if its upstream instances are having issues.

How I've tested this PR:

Checklist: