Skip to content

Commit 840555b

Browse files
committed
Add ec2:AttachInternetGateway and ec2:DetachInternetGateway permissions to GithubRole
1 parent 2b2f848 commit 840555b

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
@@ -120,6 +120,7 @@ Resources:
120120
"Action": [
121121
"ec2:AttachInternetGateway",
122122
"ec2:CreateInternetGateway",
123+
"ec2:CreateRouteTable",
123124
"ec2:CreateSecurityGroup",
124125
"ec2:CreateSubnet",
125126
"ec2:CreateTags",
@@ -132,6 +133,7 @@ Resources:
132133
"ec2:DescribeSecurityGroups",
133134
"ec2:DescribeSubnets",
134135
"ec2:DescribeVpcs",
136+
"ec2:DetachInternetGateway",
135137
"ec2:ModifySubnetAttribute",
136138
"ec2:ModifyVpcAttribute"
137139
],

0 commit comments

Comments
 (0)