Skip to content

Commit

Permalink
Updating ecs task execution policy
Browse files Browse the repository at this point in the history
  • Loading branch information
alanrana7 committed Nov 26, 2023
1 parent 020c9a7 commit 5b2f20c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion terraform/environments/mlra/modules/ecs/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,8 @@ resource "aws_iam_policy" "ecs_task_execution_s3_policy" { #tfsec:ignore:aws-iam
"elasticloadbalancing:RegisterInstancesWithLoadBalancer",
"elasticloadbalancing:RegisterTargets",
"ec2:Describe*",
"ec2:AuthorizeSecurityGroupIngress"
"ec2:AuthorizeSecurityGroupIngress",
"ssm:GetParameters"
],
"Resource": ["*"]
}
Expand Down

0 comments on commit 5b2f20c

Please sign in to comment.