We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ff9901 commit e4a4bfaCopy full SHA for e4a4bfa
1 file changed
modules/runners/policies/lambda-scale-down.json
@@ -16,7 +16,8 @@
16
"Action": [
17
"ec2:TerminateInstances",
18
"ec2:CreateTags",
19
- "ec2:RemoveTags"
+ "ec2:DeleteTags",
20
+ "tag:UntagResources"
21
],
22
"Resource": [
23
"*"
@@ -32,7 +33,8 @@
32
33
34
35
36
37
38
39
40
0 commit comments