Amazon ECS Deployments Are Now Fully Visible in the Console!
Heya, it's Shii-chan! Today I've got a nice update that makes running containers a little easier.
AWS What's NewWhat was announced?
Amazon ECS can now show you your deployments in real time right inside the Amazon ECS Console. This comes from AWS's What's New. You can track deployment progress, watch deployment health, diagnose failures straight from the console, and understand exactly what's happening as it happens.
The story so far
Until now, when a deployment stalled or tasks wouldn't come up, you had to bounce between several tools to figure out why. Pinpointing the issue took time, and it was a quietly frustrating part of the job.
What changes
Now the progress, health, and failure diagnosis all live in one place: the ECS Console. You can spot issues the moment they happen and cut down the time from troubleshooting to recovery. Less "why won't this deploy!" time for the operators, which is great.
Dive Deep
Here's what landed:
- A live deployment timeline: it shows each phase, service events, and task launch and termination progress, with automatic refresh.
- Real-time health monitoring: circuit breaker status (how close task failures are to the threshold), deployment alarm state, and health checks at both the container and load-balancer level.
- Faster failure diagnosis: failed tasks appear right in the timeline with diagnostic context, plus deep links to related services like AWS CloudTrail, so you don't have to open a bunch of tools to find the root cause.
This is for ECS services using the rolling update deployment type. It's available at no additional charge across all AWS commercial Regions and AWS GovCloud (US). To get started, just open the Deployments tab in your ECS service!
Wrap-up
- ECS deployment progress, health, and failure diagnosis are now observable in the console in real time
- Live timeline, circuit breaker status, and CloudTrail deep links speed up troubleshooting
- No extra charge, all commercial Regions + GovCloud (US), rolling update deployments
This one's for the ops and SRE folks running services on ECS!