Hi Prefect team, I’m digging into the setup of pus...
# ask-community
r
Hi Prefect team, I’m digging into the setup of push work pools and finding the documentation a bit scant. If I want to connect flows to multiple types of (ECS) infrastructure from one push work pool, how would I go about doing so? I’m currently using agents with infrastructure blocks and missing the plug-and-play functionality of infrastructure blocks in the new paradigm. A separate question: the docs say
For use in a push work pool, [an AWS Credentials] block must have the region and cluster name filled out, in addition to access key and access key secret.
. However AWSCredentials objects in
prefect_aws
provide no obvious place to specify the cluster, as seen in the docs. Am I missing something?
w
Hey robert - push or pushless i.e regular old hybrid model work pool? might be easier to hop in a quick call to talk through the setup, but lets start there.
r
Hey @Will Raphaelson, thanks for the quick reply. I’d be happy to get on a call if it’s not too much of a burden! I meant to write “push work pool”, not pushless, my apology. I am actually deciding whether to move to push work pools or worker-managed work pools as we look to sunset our Agent. The relative advantages of each are honestly not clear to me from the docs — of course it sounds better not having an intermediary but I’m not sure what that means in practice.