PrefectHQ / prefect-recipes

Snippets and templates representing common Customer Success patterns
https://PrefectHQ.github.io/prefect-recipes/
Apache License 2.0
238 stars 29 forks source link

ECS Worker TF Update Task Role #237

Closed robfreedy closed 1 year ago

robfreedy commented 1 year ago

Description

What's cooking? If this PR references an issue, please attach to the existing issue.

An error is thrown when running a deployed flow on the ECS worker because the prefect_worker_task_role is missing "ecs:DescribeTaskDefinition". This PR adds that role to the TF.

Type of change

New Recipe Checklist