Thanks to visit codestin.com
Credit goes to github.com

Skip to content

CloudWatch Logs IAM permissions are assigned to task role #187

@moritzzimmer

Description

@moritzzimmer

The module currently assigns CloudWatch Log IAM permissions to the default internal task role (see

resource "aws_iam_policy" "cloudwatch_logs_policy" {
). This seems unnecessay since usually the app itself doesn't need those permission. Assigning those to the task execution role is correct.

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions