AWS Security ChangesHomeSearch

AWS wellarchitected documentation change

Service: wellarchitected · 2026-01-25 · Documentation low

File: wellarchitected/latest/video-streaming-advertising-lens/advperf05-bp03.md

Summary

Corrected expansion of ELB acronym to 'Elastic Load Balancing (ELB)'

Security assessment

Purely editorial change for terminology accuracy. No security impact as load balancing functionality and SSL offloading capabilities remain identically documented.

Diff

diff --git a/wellarchitected/latest/video-streaming-advertising-lens/advperf05-bp03.md b/wellarchitected/latest/video-streaming-advertising-lens/advperf05-bp03.md
index 76f18f394..a47c8a5c8 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
-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. 
+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.