File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,8 @@ Resources:
183
183
" lambda:InvokeFunction" ,
184
184
" lambda:TagResource" ,
185
185
" lambda:UpdateFunctionConfiguration" ,
186
- " lambda:UpdateFunctionCode"
186
+ " lambda:UpdateFunctionCode" ,
187
+ " lambda:ListTags"
187
188
],
188
189
" Resource " : " arn:aws:lambda:*:*:function:*"
189
190
},
@@ -192,7 +193,8 @@ Resources:
192
193
" Action " : [
193
194
" logs:CreateLogGroup" ,
194
195
" logs:PutRetentionPolicy" ,
195
- " logs:DeleteLogGroup"
196
+ " logs:DeleteLogGroup" ,
197
+ " logs:TagResource" ,
196
198
],
197
199
" Resource " : " arn:aws:logs:*:*:log-group:*"
198
200
},
@@ -297,7 +299,8 @@ Resources:
297
299
" autoscaling:PutWarmPool" ,
298
300
" autoscaling:DeleteWarmPool" ,
299
301
" autoscaling:TerminateInstanceInAutoScalingGroup" ,
300
- " autoscaling:AttachInstances"
302
+ " autoscaling:AttachInstances" ,
303
+ " autoscaling:DisableMetricsCollection"
301
304
],
302
305
" Resource " : " *"
303
306
},
You can’t perform that action at this time.
0 commit comments