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 😀