Skip to content

Commit a4c44eb

Browse files
committed
Remove paths from roles
1 parent edc35e6 commit a4c44eb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cloud-formation/ecs.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ Resources:
1414
Service: ecs-tasks.amazonaws.com
1515
ManagedPolicyArns:
1616
- arn:aws:iam::aws:policy/service-role/AmazonECSTaskExecutionRolePolicy
17-
Path: /gocapture/
1817
TaskRole:
1918
Type: AWS::IAM::Role
2019
Properties:
@@ -25,7 +24,6 @@ Resources:
2524
Action: sts:AssumeRole
2625
Principal:
2726
Service: ecs-tasks.amazonaws.com
28-
Path: /gocapture/
2927
Vpc:
3028
Type: AWS::EC2::VPC
3129
Properties:

0 commit comments

Comments
 (0)