From a23c43caf2cc0fdcb7ead72823b7533cd4acb926 Mon Sep 17 00:00:00 2001 From: skang0601 <3821080+skang0601@users.noreply.github.com> Date: Thu, 7 Feb 2019 15:37:18 +0000 Subject: [PATCH] Updating example IAM docs to include Launch Template actions (#268) --- examples/eks_test_fixture/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/examples/eks_test_fixture/README.md b/examples/eks_test_fixture/README.md index 95585c4..a29ccef 100644 --- a/examples/eks_test_fixture/README.md +++ b/examples/eks_test_fixture/README.md @@ -75,6 +75,14 @@ The following IAM policy is the minimum needed to execute the module from the te "ec2:RevokeSecurityGroupIngress", "ec2:UpdateSecurityGroupRuleDescriptionsEgress", "ec2:UpdateSecurityGroupRuleDescriptionsIngress", + "ec2:CreateLaunchTemplate", + "ec2:CreateLaunchTemplateVersion", + "ec2:DeleteLaunchTemplate", + "ec2:DeleteLaunchTemplateVersions", + "ec2:DescribeLaunchTemplates", + "ec2:DescribeLaunchTemplateVersions", + "ec2:GetLaunchTemplateData", + "ec2:ModifyLaunchTemplate", "eks:CreateCluster", "eks:DeleteCluster", "eks:DescribeCluster",