From 2d8bbd326048f8d892471787bc8b8f9d24e1d9a9 Mon Sep 17 00:00:00 2001 From: Tong Wu <113436260+rookieeew@users.noreply.github.com> Date: Fri, 12 Sep 2025 09:17:54 +0100 Subject: [PATCH 1/2] managed node group also needs "region" and "vpcId" --- latest/ug/networking/lbc-helm.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/latest/ug/networking/lbc-helm.adoc b/latest/ug/networking/lbc-helm.adoc index af71e777..36394ed8 100644 --- a/latest/ug/networking/lbc-helm.adoc +++ b/latest/ug/networking/lbc-helm.adoc @@ -94,7 +94,7 @@ helm repo update eks ---- . Install the {aws} Load Balancer Controller. + -If you're deploying the controller to Amazon EC2 nodes that have https://aws.github.io/aws-eks-best-practices/security/docs/iam/#restrict-access-to-the-instance-profile-assigned-to-the-worker-node[restricted access to the Amazon EC2 instance metadata service (IMDS)], or if you're deploying to Fargate or Amazon EKS Hybrid Nodes, then add the following flags to the `helm` command that follows: +If you're deploying the controller to Amazon EC2 nodes that have https://aws.github.io/aws-eks-best-practices/security/docs/iam/#restrict-access-to-the-instance-profile-assigned-to-the-worker-node[restricted access to the Amazon EC2 instance metadata service (IMDS)], then add the following flags to the `helm` command that follows: + *** `--set region=[.replaceable]``region-code``` *** `--set vpcId=[.replaceable]``vpc-xxxxxxxx``` From 37df9b936d39521d3350aca9852b58edf02739b3 Mon Sep 17 00:00:00 2001 From: Tong Wu <113436260+rookieeew@users.noreply.github.com> Date: Fri, 12 Sep 2025 09:20:27 +0100 Subject: [PATCH 2/2] managed node group also needs "region" and "vpcId" flags --- latest/ug/networking/lbc-helm.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/latest/ug/networking/lbc-helm.adoc b/latest/ug/networking/lbc-helm.adoc index 36394ed8..d39486aa 100644 --- a/latest/ug/networking/lbc-helm.adoc +++ b/latest/ug/networking/lbc-helm.adoc @@ -94,7 +94,7 @@ helm repo update eks ---- . Install the {aws} Load Balancer Controller. + -If you're deploying the controller to Amazon EC2 nodes that have https://aws.github.io/aws-eks-best-practices/security/docs/iam/#restrict-access-to-the-instance-profile-assigned-to-the-worker-node[restricted access to the Amazon EC2 instance metadata service (IMDS)], then add the following flags to the `helm` command that follows: +If you're deploying the controller to Amazon EC2 nodes that have https://aws.github.io/aws-eks-best-practices/security/docs/iam/#restrict-access-to-the-instance-profile-assigned-to-the-worker-node[restricted access to the Amazon EC2 instance metadata service (IMDS)], then add the following flags to the `helm` command: + *** `--set region=[.replaceable]``region-code``` *** `--set vpcId=[.replaceable]``vpc-xxxxxxxx```