Skip to content

Commit

Permalink
PMK-6328 update IAM permissions (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
khallnayak authored May 10, 2024
1 parent e595e5d commit d514f6f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pmk/aws-policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
"*"
Expand Down Expand Up @@ -166,4 +171,4 @@
]
}
]
}
}

0 comments on commit d514f6f

Please sign in to comment.