From ffde804275696b1873e64956b02d6d997072d369 Mon Sep 17 00:00:00 2001 From: test Date: Mon, 2 Dec 2024 14:56:18 +0000 Subject: [PATCH] add missing permissions for eni mode --- iam_policy.json.tftpl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/iam_policy.json.tftpl b/iam_policy.json.tftpl index 34bcc21..3199273 100644 --- a/iam_policy.json.tftpl +++ b/iam_policy.json.tftpl @@ -49,6 +49,11 @@ }, "Effect": "Allow", "Resource": "*" + }, + { + "Effect": "Allow", + "Action": "autoscaling:SetInstanceHealth", + "Resource": "arn:aws:autoscaling:*:*:autoScalingGroup:*:autoScalingGroupName/discriminat-*" } ], "Version": "2012-10-17"