AWS wellarchitected documentation change
Summary
Changed 'Elastic Load Balancing (ELB)' to 'ELB (ELB)' in service name reference
Security assessment
Change appears to be a terminology/style update rather than addressing security issues. No security context or vulnerability mentioned.
Diff
diff --git a/wellarchitected/latest/video-streaming-advertising-lens/advperf05-bp03.md b/wellarchitected/latest/video-streaming-advertising-lens/advperf05-bp03.md index a47c8a5c8..76f18f394 100644 --- a//wellarchitected/latest/video-streaming-advertising-lens/advperf05-bp03.md +++ b//wellarchitected/latest/video-streaming-advertising-lens/advperf05-bp03.md @@ -13 +13 @@ Use the load balancing service provided by AWS to enhance the high availability -Elastic Load Balancing (ELB) employs various load balancing algorithms, such as round-robin, least outstanding requests, or IP hash, to distribute traffic evenly across healthy targets, which optimizes resource utilization and prevents overloading of individual targets. It supports content-based routing, which routes traffic based on the content of the request, such as the URL path or headers, efficiently handling different types of requests. ELB can offload SSL/TLS decryption and encryption from your targets, reducing the computational overhead on your application servers and improving overall performance. +ELB (ELB) employs various load balancing algorithms, such as round-robin, least outstanding requests, or IP hash, to distribute traffic evenly across healthy targets, which optimizes resource utilization and prevents overloading of individual targets. It supports content-based routing, which routes traffic based on the content of the request, such as the URL path or headers, efficiently handling different types of requests. ELB can offload SSL/TLS decryption and encryption from your targets, reducing the computational overhead on your application servers and improving overall performance.