Hey, I just created a work pool that runs on AWS E...
# prefect-cloud
j
Hey, I just created a work pool that runs on AWS ECS with the --provision-infra flag, but the created policy "prefect-ecs-policy" was missing the "ecs:TagResource" permission and thus I could not run any flows on AWS from prefect cloud until I added the permission manually. Could someone please confirm that this is a bug? Or did I do something wrong?
s
Ah interesting, this seems like it could be a bug! It might be a good idea to file an issue 🙂
j
Thanks for confirming 🙂 I will open an issue and look for a possible solution.
s
I merged in a PR here that should fix the issue when we next release (about 24 hours from now) https://github.com/PrefectHQ/prefect/pull/12551