Technical hero illustration showing an event-driven ECS task architecture

Modernising long-running workloads with event-driven ECS tasks

Some workloads do not belong inside a permanent service. Moving them into event-driven ECS tasks can improve isolation, scaling, and cost control.

March 18, 2026 · 5 min · 1039 words · Tony Zaarour
Analyzing ECS Task Status with Python and Boto3

Analyzing ECS Task Status with Python and Boto3

Let’s say you updated all ECS clusters and forced new deployment, you can generate a report on the status of all ECS in one simple script

June 12, 2022 · 635 words · Tony Zaarour