https://prefect.io logo
a

Assaf Pinhasi

06/27/2023, 8:00 AM
hi, I am using ecs task as infra. I want to be able to override the name of the container inside the task. Seems the default is “prefect” which is not very informative. Ideally I would override it when I do
prefect deployment build
by passing
--override
as described here. I tried to pass
--override name="my_task"
and while I see it in the deployment overrides in the prefect UI, it has no impact on the actual ECS task json. Any idea?