Hi all, I have a question about using the ECS Task...
# prefect-aws
m
Hi all, I have a question about using the ECS Task block in prefect2. I've got it working, but I'm trying to figure out how to scale this out to multiple ECS Task blocks (where each block references a different image in ECR). The ECS task block is creating a new revision of the hardcoded "prefect" task definition every time a flow running on ECS infra is executed. Is it intentional that the same "prefect" task definition is continually re-revised with different image references + container configs according to whichever ECS Task block was most recently called?
1
b
Hey @Mike Grabbe - I think you will find it useful reading this thread
🙌 1
m
oo, lots of good info in here. Thank you! I think that answers my question.