Skip to content

Commit 24c468d

Browse files
committed
Add some more permissions
1 parent 429d42e commit 24c468d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cloud-formation/github-role.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ Resources:
9595
"Action": [
9696
"ecs:CreateCluster",
9797
"ecs:CreateService",
98+
"ecs:DeleteCluster",
9899
"ecs:DeregisterTaskDefinition",
99100
"ecs:DescribeClusters",
100101
"ecs:DescribeServices",
@@ -119,6 +120,7 @@ Resources:
119120
"ec2:CreateTags",
120121
"ec2:CreateVpc",
121122
"ec2:DeleteVpc",
123+
"ec2:DescribeVpcs",
122124
"ec2:ModifyVpcAttribute"
123125
],
124126
"Resource": "*"

0 commit comments

Comments
 (0)