AWS elasticloadbalancing documentation change
Summary
Updated target group operation description to specify default action context for health checks
Security assessment
Clarifies load balancer operation mechanics without introducing security considerations or modifying existing security-related content
Diff
diff --git a/elasticloadbalancing/latest/network/introduction.md b/elasticloadbalancing/latest/network/introduction.md index 3882d8b2f..7605715e3 100644 --- a//elasticloadbalancing/latest/network/introduction.md +++ b//elasticloadbalancing/latest/network/introduction.md @@ -19 +19 @@ A _listener_ checks for connection requests from clients, using the protocol and -A _target group_ routes requests to one or more registered targets, such as EC2 instances, using the protocol and the port number that you specify. Network Load Balancer target groups support the TCP, UDP, TCP_UDP, TLS, QUIC, and TCP_QUIC protocols. You can register a target with multiple target groups. You can configure health checks on a per target group basis. Health checks are performed on all targets registered to a target group that is specified in a listener rule for your load balancer. +A _target group_ routes requests to one or more registered targets, such as EC2 instances, using the protocol and the port number that you specify. Network Load Balancer target groups support the TCP, UDP, TCP_UDP, TLS, QUIC, and TCP_QUIC protocols. You can register a target with multiple target groups. You can configure health checks on a per target group basis. Health checks are performed on all targets registered to the target groups that are specified in the default action for your load balancer. @@ -34 +34 @@ For more information, see the following documentation: -A Network Load Balancer functions at the fourth layer of the Open Systems Interconnection (OSI) model. It can handle millions of requests per second. After the load balancer receives a request from a client, it selects a target from the target group for the default rule. It attempts to send the request to the selected target using the protocol and port that you specified. +A Network Load Balancer functions at the fourth layer of the Open Systems Interconnection (OSI) model. It can handle millions of requests per second. After the load balancer receives a request from a client, it selects a target from a target group in the default action. It attempts to send the request to the selected target using the protocol and port that you specified.