From 758da839ef82da1f808f3538313b74be8775e62d Mon Sep 17 00:00:00 2001 From: Matt Dainty Date: Fri, 26 Mar 2021 14:29:33 +0000 Subject: [PATCH] Add missing ec2:DescribeLaunchTemplates permission Signed-off-by: Matt Dainty --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d5fe45e2..5ee86694 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ If you already have an existing cluster created using kops, follow the instructi "Action": [ "ec2:CreateTags", "ec2:DescribeInstances", + "ec2:DescribeLaunchTemplates", "autoscaling:EnterStandby", "autoscaling:DescribeAutoScalingGroups", "autoscaling:TerminateInstanceInAutoScalingGroup"