Hi all :wave: , I am new to Prefect and I already ...
# ask-community
m
Hi all 👋 , I am new to Prefect and I already tried some stuff with my local Prefect agent running. Now I want to deploy my flow with a docker container to AWS ECR und running it with ECS. Therefore I would like to use a push work pool. I have an ECS Cluster created and the Prefect documentation for creating a push work pool says I should give the cluster name with the AWS Credentials Block. But this Block has no input field for the Cluster name so I am wondering where exactly I have to put it and also what name I should use, the full arn I think ? Thank you and regards 😀
k
Looks like that's a small mistake in the docs. Thanks for pointing it out! The cluster should be provided in the work pool's configuration, and can be the name or ARN.
m
Cool, thank you for pointing this out 👍