AWS Security ChangesHomeSearch

AWS eks documentation change

Service: eks · 2025-10-28 · Documentation low

File: eks/latest/userguide/alb-ingress.md

Summary

Updated documentation links for AWS Load Balancer Controller from v2.7 to latest version references

Security assessment

The change updates version-specific URLs to use 'latest' path instead of fixed version (v2.7). This is a routine documentation maintenance update to keep links current, with no security implications mentioned in the change.

Diff

diff --git a/eks/latest/userguide/alb-ingress.md b/eks/latest/userguide/alb-ingress.md
index 4a6c0d389..67b9742c2 100644
--- a//eks/latest/userguide/alb-ingress.md
+++ b//eks/latest/userguide/alb-ingress.md
@@ -66 +66 @@ If the subnet role tags aren’t explicitly added, the Kubernetes service contro
-  * The [AWS Load Balancer Controller](https://github.com/kubernetes-sigs/aws-load-balancer-controller) creates ALBs and the necessary supporting AWS resources whenever a Kubernetes ingress resource is created on the cluster with the `kubernetes.io/ingress.class: alb` annotation. The ingress resource configures the ALB to route HTTP or HTTPS traffic to different Pods within the cluster. To ensure that your ingress objects use the AWS Load Balancer Controller, add the following annotation to your Kubernetes ingress specification. For more information, see [Ingress specification](https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.7/guide/ingress/spec/) on GitHub.
+  * The [AWS Load Balancer Controller](https://github.com/kubernetes-sigs/aws-load-balancer-controller) creates ALBs and the necessary supporting AWS resources whenever a Kubernetes ingress resource is created on the cluster with the `kubernetes.io/ingress.class: alb` annotation. The ingress resource configures the ALB to route HTTP or HTTPS traffic to different Pods within the cluster. To ensure that your ingress objects use the AWS Load Balancer Controller, add the following annotation to your Kubernetes ingress specification. For more information, see [Ingress specification](https://kubernetes-sigs.github.io/aws-load-balancer-controller/latest/guide/ingress/spec/) on GitHub.
@@ -87 +87 @@ Your Kubernetes service must specify the `NodePort` or `LoadBalancer` type to us
-  * To tag ALBs created by the controller, add the following annotation to the controller: `alb.ingress.kubernetes.io/tags`. For a list of all available annotations supported by the AWS Load Balancer Controller, see [Ingress annotations](https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.7/guide/ingress/annotations/) on GitHub.
+  * To tag ALBs created by the controller, add the following annotation to the controller: `alb.ingress.kubernetes.io/tags`. For a list of all available annotations supported by the AWS Load Balancer Controller, see [Ingress annotations](https://kubernetes-sigs.github.io/aws-load-balancer-controller/latest/guide/ingress/annotations/) on GitHub.