aws-containers / amazon-ecs-exec-checker

🚀 Pre-flight checks for ECS Exec

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Check "initProcessEnabled" as Yellow item

toricls opened this issue · comments

As described in the ECS documentation "Considerations for using ECS Exec", we recommend users to add the initProcessEnabled flag to their ECS task definition to ensure signals such as SIGTERM are forwarded to processes in containers to avoid orphaned and zombie processes.

This check won't block users to use ECS exec and will be implemented as a Yellow item.