Hey team - on prefect 1, how are the parameters for each run passed into an ECS task definition? I do not quite understand. Any help on explaining the AWS side would be appreciated!
t
Taylor Curran
05/17/2023, 9:34 PM
Hi Mitch,
You can either pass the Task Definition ARN or you can fill out the various fields such as CPU, Memory, etc and Prefect will create the task definition for you
I'm trying to dfebug a flow which runs on ECS, and cannot find anywhere where the specific parameters were injected into the container. Are they injected using command overrides for the command or for the environment variables of the container?