Skip to content

Commit 577fbb6

Browse files
authored
Merge pull request #1192 from philnielsen/philnielsen/add-missing-service-role-permissions
2 parents ea0d8bf + 9f33ce5 commit 577fbb6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

templates/service-role.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,8 @@ Resources:
181181
"lambda:RemovePermission",
182182
"lambda:DeleteFunction",
183183
"lambda:InvokeFunction",
184-
"lambda:TagResource"
184+
"lambda:TagResource",
185+
"lambda:UpdateFunctionConfiguration"
185186
],
186187
"Resource": "arn:aws:lambda:*:*:function:*"
187188
},
@@ -276,13 +277,15 @@ Resources:
276277
"autoscaling:DescribeScalingProcessTypes",
277278
"autoscaling:DescribeScheduledActions",
278279
"autoscaling:DescribeAutoScalingGroups",
280+
"autoscaling:DescribeAutoScalingInstances",
279281
"autoscaling:DescribeLifecycleHooks",
280282
"autoscaling:SetDesiredCapacity",
281283
"autoscaling:PutLifecycleHook",
282284
"autoscaling:DeleteLifecycleHook",
283285
"autoscaling:SetInstanceProtection",
284286
"autoscaling:CreateAutoScalingGroup",
285287
"autoscaling:EnableMetricsCollection",
288+
"autoscaling:DisableMetricsCollection",
286289
"autoscaling:UpdateAutoScalingGroup",
287290
"autoscaling:DeleteAutoScalingGroup",
288291
"autoscaling:PutScalingPolicy",

0 commit comments

Comments
 (0)