Skip to content

Commit

Permalink
update IAM policy with EKS permissions (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppanagiotis authored Jan 10, 2025
1 parent 8e5b698 commit b491a7c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/security/partials/iam-policies.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ statement {
"iam:CreateServiceLinkedRole",
"ec2:CreatePlacementGroup",
"ec2:DeletePlacementGroup",
"ec2:DescribePlacementGroups"
"ec2:DescribePlacementGroups",
"eks:DescribeNodegroup",
"eks:DeleteNodegroup"
]
resources = [
"*",
Expand Down

0 comments on commit b491a7c

Please sign in to comment.