AWS elasticloadbalancing documentation change
Summary
Updated load balancer references from 'ELB' to 'Elastic Load Balancing' in listener configuration table
Security assessment
Terminology updates in configuration examples don't alter security functionality. SSL offloading and end-to-end encryption descriptions remain technically identical.
Diff
diff --git a/elasticloadbalancing/latest/classic/using-elb-listenerconfig-quickref.md b/elasticloadbalancing/latest/classic/using-elb-listenerconfig-quickref.md index 764333a99..e832ec541 100644 --- a//elasticloadbalancing/latest/classic/using-elb-listenerconfig-quickref.md +++ b//elasticloadbalancing/latest/classic/using-elb-listenerconfig-quickref.md @@ -16 +16 @@ Basic HTTP load balancer | HTTP | NA | HTTP | NA | -Secure website or application using ELB to offload SSL decryption | HTTPS | [SSL negotiation](./elb-ssl-security-policy.html) | HTTP | NA | +Secure website or application using Elastic Load Balancing to offload SSL decryption | HTTPS | [SSL negotiation](./elb-ssl-security-policy.html) | HTTP | NA | @@ -38 +38 @@ Basic TCP load balancer | TCP | NA | TCP | NA | -Secure website or application using ELB to offload SSL decryption | SSL | [SSL negotiation](./elb-ssl-security-policy.html) | TCP | NA | +Secure website or application using Elastic Load Balancing to offload SSL decryption | SSL | [SSL negotiation](./elb-ssl-security-policy.html) | TCP | NA | @@ -44 +44 @@ Secure website or application using ELB to offload SSL decryption | SSL | [SSL n -Secure website or application using end-to-end encryption with ELB | SSL | [SSL negotiation](./elb-ssl-security-policy.html) | SSL | Back-end authentication | +Secure website or application using end-to-end encryption with Elastic Load Balancing | SSL | [SSL negotiation](./elb-ssl-security-policy.html) | SSL | Back-end authentication |