Skip to content

Commit 898226d

Browse files
committed
fix: add missing ec2:RemoveTags action in lambda-scale-down policy
1 parent 83610eb commit 898226d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

modules/runners/policies/lambda-scale-down.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"Effect": "Allow",
1616
"Action": [
1717
"ec2:TerminateInstances",
18-
"ec2:CreateTags"
18+
"ec2:CreateTags",
19+
"ec2:RemoveTags"
1920
],
2021
"Resource": [
2122
"*"
@@ -30,7 +31,8 @@
3031
"Effect": "Allow",
3132
"Action": [
3233
"ec2:TerminateInstances",
33-
"ec2:CreateTags"
34+
"ec2:CreateTags",
35+
"ec2:RemoveTags"
3436
],
3537
"Resource": [
3638
"*"

0 commit comments

Comments
 (0)