Skip to content

Commit c0857d0

Browse files
committed
Add AssumeRolePolicyDocument for ExecutionRole
1 parent d2d0e8c commit c0857d0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

cloud-formation/ecs.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ Resources:
33
Type: AWS::IAM::Role
44
Properties:
55
RoleName: GoCaptureExecutionRole
6+
AssumeRolePolicyDocument:
7+
Statement:
8+
- Effect: Allow
9+
Action: sts:AssumeRole
10+
Principle:
11+
Service: ecs-tasks.amazonaws.com
612
Path: /gocapture/
713
TaskRole:
814
Type: AWS::IAM::Role

0 commit comments

Comments
 (0)