@@ -181,7 +181,8 @@ Resources:
181
181
" lambda:RemovePermission" ,
182
182
" lambda:DeleteFunction" ,
183
183
" lambda:InvokeFunction" ,
184
- " lambda:TagResource"
184
+ " lambda:TagResource" ,
185
+ " lambda:UpdateFunctionConfiguration"
185
186
],
186
187
" Resource " : " arn:aws:lambda:*:*:function:*"
187
188
},
@@ -276,13 +277,15 @@ Resources:
276
277
" autoscaling:DescribeScalingProcessTypes" ,
277
278
" autoscaling:DescribeScheduledActions" ,
278
279
" autoscaling:DescribeAutoScalingGroups" ,
280
+ " autoscaling:DescribeAutoScalingInstances" ,
279
281
" autoscaling:DescribeLifecycleHooks" ,
280
282
" autoscaling:SetDesiredCapacity" ,
281
283
" autoscaling:PutLifecycleHook" ,
282
284
" autoscaling:DeleteLifecycleHook" ,
283
285
" autoscaling:SetInstanceProtection" ,
284
286
" autoscaling:CreateAutoScalingGroup" ,
285
287
" autoscaling:EnableMetricsCollection" ,
288
+ " autoscaling:DisableMetricsCollection" ,
286
289
" autoscaling:UpdateAutoScalingGroup" ,
287
290
" autoscaling:DeleteAutoScalingGroup" ,
288
291
" autoscaling:PutScalingPolicy" ,
0 commit comments