Skip to content

Commit ed08091

Browse files
fix: Update IAM permissions for load balancer controller 2.13.x
Latest release of AWS LBC (v2.13.x) adds this permission `ec2:DescribeRouteTables` Motivation and Context latest IAM Policy for AWS LBC: https://github.com/kubernetes-sigs/aws-load-balancer-controller/blob/main/docs/install/iam_policy.json Breaking Changes No. How Has This Been Tested? I have updated at least one of the examples/* to demonstrate and validate my change(s) I have tested and validated these changes using one or more of the provided examples/* projects I have executed pre-commit run -a on my pull request Closes: #568
1 parent 416c5cc commit ed08091

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/iam-role-for-service-accounts-eks/policies.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -851,6 +851,7 @@ data "aws_iam_policy_document" "load_balancer_controller" {
851851
"ec2:DescribeVpcs",
852852
"ec2:DescribeVpcPeeringConnections",
853853
"ec2:DescribeSubnets",
854+
"ec2:DescribeRouteTables",
854855
"ec2:DescribeSecurityGroups",
855856
"ec2:DescribeInstances",
856857
"ec2:DescribeNetworkInterfaces",

0 commit comments

Comments
 (0)