From d514f6f4fd0c32a9fe924b47c5b008681899dee6 Mon Sep 17 00:00:00 2001 From: Mahij <51525539+khallnayak@users.noreply.github.com> Date: Fri, 10 May 2024 15:03:49 +0530 Subject: [PATCH] PMK-6328 update IAM permissions (#48) --- pmk/aws-policy.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pmk/aws-policy.json b/pmk/aws-policy.json index f30e9d1..ff5bb40 100644 --- a/pmk/aws-policy.json +++ b/pmk/aws-policy.json @@ -53,7 +53,12 @@ "ec2:RevokeSecurityGroupEgress", "ec2:RevokeSecurityGroupIngress", "ec2:RunInstances", - "ec2:TerminateInstances" + "ec2:TerminateInstances", + "ec2:DescribeLaunchTemplates", + "ec2:CreateLaunchTemplate", + "ec2:DescribeLaunchTemplateVersions", + "ec2:DeleteLaunchTemplate", + "ec2:DescribeSecurityGroupRules" ], "Resource": [ "*" @@ -166,4 +171,4 @@ ] } ] -} +} \ No newline at end of file