Skip to content

feat: provide reason when stopping ecs task

What does this MR do?

This merge request will add a stop reason on why a particular ECS task has been stopped. It will remove the generic message from AWS which is "Stopped by user."

image

Why was this MR needed?

Help improve debugging by adding more context on why the task was stopped.

What's the best way to test this MR?

Stop the fargate task for various reasons and look at the stop reason in the console or via cli.

What are the relevant issue numbers?

closes #66 (closed)

Edited by Axel von Bertoldi

Merge request reports