AWS elasticloadbalancing documentation change
Summary
Updated terminology from 'ELB' to 'Elastic Load Balancing' throughout the document for consistency
Security assessment
Changes are purely terminological updates replacing 'ELB' with 'Elastic Load Balancing'. No security vulnerabilities, configurations, or features were modified or added. The security policy reference (ELBSecurityPolicy-2016-08) remains unchanged.
Diff
diff --git a/elasticloadbalancing/latest/classic/elb-create-https-ssl-load-balancer.md b/elasticloadbalancing/latest/classic/elb-create-https-ssl-load-balancer.md index 24dcdf31a..d587ceef1 100644 --- a//elasticloadbalancing/latest/classic/elb-create-https-ssl-load-balancer.md +++ b//elasticloadbalancing/latest/classic/elb-create-https-ssl-load-balancer.md @@ -49 +49 @@ In this example, you configure two listeners for your load balancer. The first l -A _listener_ is a process that checks for connection requests. It is configured with a protocol and a port for front-end (client to load balancer) connections and a protocol and a port for back-end (load balancer to instance) connections. For information about the ports, protocols, and listener configurations supported by ELB, see [Listeners for your Classic Load Balancer](./elb-listener-config.html). +A _listener_ is a process that checks for connection requests. It is configured with a protocol and a port for front-end (client to load balancer) connections and a protocol and a port for back-end (load balancer to instance) connections. For information about the ports, protocols, and listener configurations supported by Elastic Load Balancing, see [Listeners for your Classic Load Balancer](./elb-listener-config.html). @@ -123 +123 @@ If you do not see the **Backend authentication certificate** section, go back to - 3. For **Ping Path** , replace the default alue with a single forward slash, (`/`). This tells ELB to send health check requests to the default home page for your web server, such as `index.html`. + 3. For **Ping Path** , replace the default alue with a single forward slash, (`/`). This tells Elastic Load Balancing to send health check requests to the default home page for your web server, such as `index.html`. @@ -209 +209 @@ Use the following instructions to create an HTTPS/SSL load balancer using the AW -A _listener_ is a process that checks for connection requests. It is configured with a protocol and a port for front-end (client to load balancer) connections and a protocol and port for back-end (load balancer to instance) connections. For information about the ports, protocols, and listener configurations supported by ELB, see [Listeners for your Classic Load Balancer](./elb-listener-config.html). +A _listener_ is a process that checks for connection requests. It is configured with a protocol and a port for front-end (client to load balancer) connections and a protocol and port for back-end (load balancer to instance) connections. For information about the ports, protocols, and listener configurations supported by Elastic Load Balancing, see [Listeners for your Classic Load Balancer](./elb-listener-config.html). @@ -246 +246 @@ The following is an example response: -You can select one of the predefined security policies, or you can create your own custom security policy. Otherwise, ELB configures your load balancer with the default predefined security policy, `ELBSecurityPolicy-2016-08`. For more information, see [SSL negotiation configurations for Classic Load Balancers](./elb-ssl-security-policy.html). +You can select one of the predefined security policies, or you can create your own custom security policy. Otherwise, Elastic Load Balancing configures your load balancer with the default predefined security policy, `ELBSecurityPolicy-2016-08`. For more information, see [SSL negotiation configurations for Classic Load Balancers](./elb-ssl-security-policy.html). @@ -489 +489 @@ You can optionally use multiple public key policies. The load balancer tries all -ELB regularly checks the health of each registered EC2 instance based on the health checks that you configured. If ELB finds an unhealthy instance, it stops sending traffic to the instance and routes traffic to the healthy instances. For more information, see [Health checks for the instances for your Classic Load Balancer](./elb-healthchecks.html). +Elastic Load Balancing regularly checks the health of each registered EC2 instance based on the health checks that you configured. If Elastic Load Balancing finds an unhealthy instance, it stops sending traffic to the instance and routes traffic to the healthy instances. For more information, see [Health checks for the instances for your Classic Load Balancer](./elb-healthchecks.html). @@ -491 +491 @@ ELB regularly checks the health of each registered EC2 instance based on the hea -When you create your load balancer, ELB uses default settings for the health checks. If you prefer, you can change the health check configuration for your load balancer instead of using the default settings. +When you create your load balancer, Elastic Load Balancing uses default settings for the health checks. If you prefer, you can change the health check configuration for your load balancer instead of using the default settings.