We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83610eb commit 898226dCopy full SHA for 898226d
1 file changed
modules/runners/policies/lambda-scale-down.json
@@ -15,7 +15,8 @@
15
"Effect": "Allow",
16
"Action": [
17
"ec2:TerminateInstances",
18
- "ec2:CreateTags"
+ "ec2:CreateTags",
19
+ "ec2:RemoveTags"
20
],
21
"Resource": [
22
"*"
@@ -30,7 +31,8 @@
30
31
32
33
34
35
36
37
38
0 commit comments