AWS whitepapers documentation change
Summary
Replaced 'ELB' with 'Elastic Load Balancing' in title and content about DDoS protection
Security assessment
Terminology standardization without security impact. DDoS mitigation guidance using load balancing remains technically identical.
Diff
diff --git a/whitepapers/latest/aws-best-practices-ddos-resiliency/elastic-load-balancing-bp6.md b/whitepapers/latest/aws-best-practices-ddos-resiliency/elastic-load-balancing-bp6.md index faf10b3e6..24b10fa02 100644 --- a//whitepapers/latest/aws-best-practices-ddos-resiliency/elastic-load-balancing-bp6.md +++ b//whitepapers/latest/aws-best-practices-ddos-resiliency/elastic-load-balancing-bp6.md @@ -7 +7 @@ This whitepaper is for historical reference only. Some content might be outdated -# ELB (BP6) +# Elastic Load Balancing (BP6) @@ -9 +9 @@ This whitepaper is for historical reference only. Some content might be outdated -Large DDoS attacks can overwhelm the capacity of a single Amazon EC2 instance. With ELB (ELB), you can reduce the risk of overloading your application by distributing traffic across many backend instances. ELB can scale automatically, allowing you to manage larger volumes when you have unanticipated extra traffic, for example, due to flash crowds or DDoS attacks. For applications built within an Amazon VPC, there are three types of ELBs to consider, depending on your application type: Application Load Balancer (ALB), Network Load Balancer (NLB) and Classic Load Balancer (CLB). +Large DDoS attacks can overwhelm the capacity of a single Amazon EC2 instance. With Elastic Load Balancing (ELB), you can reduce the risk of overloading your application by distributing traffic across many backend instances. Elastic Load Balancing can scale automatically, allowing you to manage larger volumes when you have unanticipated extra traffic, for example, due to flash crowds or DDoS attacks. For applications built within an Amazon VPC, there are three types of ELBs to consider, depending on your application type: Application Load Balancer (ALB), Network Load Balancer (NLB) and Classic Load Balancer (CLB).