Amazon ECS puts deployment progress and health on one console timeline
Amazon ECS added, on 21 September 2026, real-time service deployment observability in the console for its native Linear, Canary and Blue/Green deployment strategies. The change gathers monitoring and troubleshooting that were previously spread across tools into one place.
The centrepiece is a live deployment timeline that narrates each deployment as it happens: every phase, service events, task launch and termination, the traffic-shift distribution across source and target revisions, and the current lifecycle stage — scaling up green tasks, waiting on a lifecycle hook, or sitting through bake time. Health signals sit alongside it: circuit-breaker status with live failure and threshold tracking, deployment alarm state, container and load-balancer health checks, and lifecycle-hook status. Failed tasks surface in the timeline with diagnostic context and deep links to services such as CloudTrail.
It is available at no additional charge in all commercial and GovCloud (US) regions for ECS services using the native deployment types.

What it means
This is consolidation, not capability. Every signal here already existed — in CloudWatch, in events, in the load balancer. The value is that a deployment is now legible from one screen during the minutes it is actually happening, which is exactly when switching tools costs the most.
"Native deployment types" is the fine print. The timeline is for ECS's own Linear, Canary and Blue/Green strategies. Teams that roll their own deployment orchestration on top of ECS do not get the narrated timeline, and that is worth knowing before planning around it.
Free and default-on lowers the bar for using the safer strategies. Canary and Blue/Green are safer than a straight replace precisely because they can be watched and halted; making the watching effortless makes the safer strategy the easy one.