Skip to content

Commit d071c85

Browse files
zijun726911Zijun Wang
andauthored
- Add ec2:DescribeTags permission for VPCLatticeControllerIAMPolicy (#374)
Co-authored-by: Zijun Wang <zijunw@amazon.com>
1 parent 21643fd commit d071c85

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

config/iam/recommended-inline-policy.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"vpc-lattice:*",
88
"iam:CreateServiceLinkedRole",
99
"ec2:DescribeVpcs",
10-
"ec2:DescribeSubnets"
10+
"ec2:DescribeSubnets",
11+
"ec2:DescribeTags"
1112
],
1213
"Resource": "*"
1314
}

docs/deploy.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ Run through them again for a second cluster to use with the extended example sho
3636
"vpc-lattice:*",
3737
"iam:CreateServiceLinkedRole",
3838
"ec2:DescribeVpcs",
39-
"ec2:DescribeSubnets"
39+
"ec2:DescribeSubnets",
40+
"ec2:DescribeTags"
4041
],
4142
"Resource": "*"
4243
}

examples/recommended-inline-policy.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"vpc-lattice:*",
88
"iam:CreateServiceLinkedRole",
99
"ec2:DescribeVpcs",
10-
"ec2:DescribeSubnets"
10+
"ec2:DescribeSubnets",
11+
"ec2:DescribeTags"
1112
],
1213
"Resource": "*"
1314
}

0 commit comments

Comments
 (0)