From c3ba7bc89b919f0c8e5b3123da10193834d02ca5 Mon Sep 17 00:00:00 2001 From: khallnayak Date: Fri, 10 May 2024 14:58:14 +0530 Subject: [PATCH] PMK-6328 update IAM permissions --- 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