Skip to content

Commit

Permalink
updating iam doc with subnet policy (#2992)
Browse files Browse the repository at this point in the history
* updating iam doc

* adding describe subnet to scoped down policy
  • Loading branch information
yash97 authored Jul 23, 2024
1 parent e8faf2f commit 2884e90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/iam-policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ In general, you can grant below IAM policies to Amazon VPC CNI plugin depending
"ec2:DescribeTags",
"ec2:DescribeNetworkInterfaces",
"ec2:DescribeInstanceTypes",
"ec2:DescribeSubnets",
"ec2:DetachNetworkInterface",
"ec2:ModifyNetworkInterfaceAttribute",
"ec2:UnassignPrivateIpAddresses"
Expand Down Expand Up @@ -102,6 +103,7 @@ Note:
"ec2:DescribeInstances",
"ec2:DescribeTags",
"ec2:DescribeNetworkInterfaces",
"ec2:DescribeSubnets",
"ec2:DescribeInstanceTypes"
],
"Resource": "*"
Expand Down

0 comments on commit 2884e90

Please sign in to comment.