I have a hybrid AWS ECS work pool. Everything is working as expected, my Prefect worker is starting tasks in my ECS (Fargate).
However, is there a way I can tell the worker to start Fargate tasks with "execute-command" enabled? I need to troubleshoot something.
I was thinking to pass in some parameter (
"enable_execute_command": "true"
) in
job_variables
maybe?