From 3d4d74ac8a43c3c73f19733423400510d563113a Mon Sep 17 00:00:00 2001 From: Matthias Kay Date: Thu, 18 Sep 2025 16:30:59 +0200 Subject: [PATCH] 1316 --- policies/instance-docker-autoscaler-policy.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/policies/instance-docker-autoscaler-policy.json b/policies/instance-docker-autoscaler-policy.json index ec41e13e..cdf20c2c 100644 --- a/policies/instance-docker-autoscaler-policy.json +++ b/policies/instance-docker-autoscaler-policy.json @@ -5,7 +5,9 @@ "Effect": "Allow", "Action": [ "autoscaling:SetDesiredCapacity", - "autoscaling:TerminateInstanceInAutoScalingGroup" + "autoscaling:TerminateInstanceInAutoScalingGroup", + "autoscaling:CompleteLifecycleAction", + "autoscaling:DescribeLifecycleHooks" ], "Resource": "${autoscaler_asg_arn}" },