Is there a way to override some of the settings on an ECS-Task infrastructure block in a flow file or deployment? In 1.0 we could define items like cpu, memory, image, etc inside the flow file (ECS Run) as part of the run config. Is there a similar way it could be done in 2.0? If not in the flow file then as flags in the cli command for the deployment? Or will we have to just make different blocks with different cpu/memory/image combinations and achieve this by selecting the appropriate infrastructure block at deployment rather than have a single one-size-fits-all infrastructure block with overrides.
I saw this post (https://discourse.prefect.io/t/can-i-override-cpu-and-memory-value-of-the-ecstask-infrastructure-block-for-a-specific-container/1927) but based on the ‘Where can I run that from?’ this doesn’t work as you can override the infrastructure when its already running.