AWS wellarchitected documentation change
Summary
Changed 'Elastic Load Balancing' to the acronym 'ELB' in SSL/TLS offloading context.
Security assessment
Terminology simplification with no impact on security content. While TLS offloading is a security-adjacent feature, the change doesn't add or modify security documentation.
Diff
diff --git a/wellarchitected/2023-10-03/framework/perf_networking_choose_network_protocols_improve_performance.md b/wellarchitected/2023-10-03/framework/perf_networking_choose_network_protocols_improve_performance.md index 3e0fa7cb2..bd45a9b87 100644 --- a//wellarchitected/2023-10-03/framework/perf_networking_choose_network_protocols_improve_performance.md +++ b//wellarchitected/2023-10-03/framework/perf_networking_choose_network_protocols_improve_performance.md @@ -48 +48 @@ Scalable reliable datagram (SRD) is a network transport protocol optimized for h - 3. Using TLS with TCP or UDP can result in increased latency and reduced throughput for your workload due to the impact of encryption and decryption. For such workloads, consider SSL/TLS offloading on [Elastic Load Balancing](https://aws.amazon.com/elasticloadbalancing/) to improve workload performance by allowing the load balancer to handle SSL/TLS encryption and decryption process instead of having backend instances do it. This can help reduce the CPU utilization on the backend instances, which can improve performance and increase capacity. + 3. Using TLS with TCP or UDP can result in increased latency and reduced throughput for your workload due to the impact of encryption and decryption. For such workloads, consider SSL/TLS offloading on [ELB](https://aws.amazon.com/elasticloadbalancing/) to improve workload performance by allowing the load balancer to handle SSL/TLS encryption and decryption process instead of having backend instances do it. This can help reduce the CPU utilization on the backend instances, which can improve performance and increase capacity.