Skip to content

Commit 9404313

Browse files
committed
Add policy to ExecutionRole
1 parent 617c6a1 commit 9404313

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cloud-formation/ecs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Resources:
1212
Action: sts:AssumeRole
1313
Principal:
1414
Service: ecs-tasks.amazonaws.com
15+
ManagedPolicyArns:
16+
- arn:aws:iam::aws:policy/service-role/AmazonECSTaskExecutionRolePolicy
1517
Path: /gocapture/
1618
TaskRole:
1719
Type: AWS::IAM::Role

0 commit comments

Comments
 (0)