aws-containers / amazon-ecs-exec-checker

🚀 Pre-flight checks for ECS Exec

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Check task status as Red item

toricls opened this issue · comments

At this moment the script doesn't check the task lifecycle status, more specifically the task status is required to be "RUNNING" for exec into containers.

We should check it as a "Red" item because users obviously cannot exec into any stopped ECS tasks even if all checks are green.