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

Adds inline policy to allow logs:CreateLogGroup for ECS recipe #207

Closed EmilRex closed 1 year ago

EmilRex commented 1 year ago

Description

Adds permission to ECS recipe to allow logs:CreateLogGroup. Using CloudWatch logging in an ECSTask without this permission results in failure.

Type of change