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}" },