Hi, I'm trying to deploy a bunch of flows on my ECS Fargate Cluster (using Prefect Cloud) and I'm trying to understand how to organize my deployments when I have multiple flows. Let's say that they're all going to run on the same ECS worker pool – am I supposed to have
one docker image in my build section that will contain all my flows? Am I supposed to have multiple Docker images instead? I was wondering about the same thing about the S3 storage layer – am I supposed to push the source to different folders for the different flows
even if they're all in the same folder / repo? In general I'm trying to understand what the worker Docker image is used for. I've read this page
https://docs.prefect.io/latest/guides/prefect-deploy/ many times and It's quite overwhelming 😅