From 4141eb198bd9ac36f97842947aea674bdd38098b Mon Sep 17 00:00:00 2001 From: Trilok Khairnar <214651+cruizen@users.noreply.github.com> Date: Wed, 21 Aug 2024 21:21:04 +0530 Subject: [PATCH] Update aws-policy.json (#51) --- pmk/aws-policy.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pmk/aws-policy.json b/pmk/aws-policy.json index ff5bb40..df89fc8 100644 --- a/pmk/aws-policy.json +++ b/pmk/aws-policy.json @@ -56,6 +56,7 @@ "ec2:TerminateInstances", "ec2:DescribeLaunchTemplates", "ec2:CreateLaunchTemplate", + "ec2:CreateLaunchTemplateVersion", "ec2:DescribeLaunchTemplateVersions", "ec2:DeleteLaunchTemplate", "ec2:DescribeSecurityGroupRules" @@ -171,4 +172,4 @@ ] } ] -} \ No newline at end of file +}