AWS Security ChangesHomeSearch

AWS elasticloadbalancing documentation change

Service: elasticloadbalancing · 2025-11-19 · Documentation low

File: elasticloadbalancing/latest/network/create-target-group.md

Summary

Updated reference from 'listener rules' to 'default actions' in target group routing documentation

Security assessment

Change only corrects documentation terminology without addressing security controls or vulnerabilities

Diff

diff --git a/elasticloadbalancing/latest/network/create-target-group.md b/elasticloadbalancing/latest/network/create-target-group.md
index ba5b4232b..91e7f0947 100644
--- a//elasticloadbalancing/latest/network/create-target-group.md
+++ b//elasticloadbalancing/latest/network/create-target-group.md
@@ -9 +9 @@ You register targets for your Network Load Balancer with a target group. By defa
-To route traffic to the targets in a target group, create a listener and specify the target group in the default action for the listener. For more information, see [Listener rules](./load-balancer-listeners.html#listener-rules). You can specify the same target group in multiple listeners, but these listeners must belong to the same Network Load Balancer. To use a target group with a load balancer, you must verify that the target group is not in use by a listener for any other load balancer. 
+To route traffic to the targets in a target group, create a listener and specify the target group in the default action for the listener. For more information, see [Default actions](./load-balancer-listeners.html#default-actions). You can specify the same target group in multiple listeners, but these listeners must belong to the same Network Load Balancer. To use a target group with a load balancer, you must verify that the target group is not in use by a listener for any other load balancer.