ECS Fargate Service stopped giving metrics while all tasks stayed healthy and running
We are running an ECS Cluster with a service running 2 tasks.
At 10:05 the service stopped showing any metrics.
At 13:45 I forced the service to restart and at that point the service gave metrics again.
How do zero-downtime deployments with ECS work?
We have an ECS cluster running a single task on Fargate. We want to set up deployments so that we have zero downtime while ensuring that traffic routes to only one task at a time.