AWS whitepapers documentation change
Summary
Changed 'Elastic Load Balancing' to 'ELB' acronym in DDoS mitigation context
Security assessment
The change is purely stylistic (acronym usage) in existing security documentation. No new security features or vulnerabilities are addressed.
Diff
diff --git a/whitepapers/latest/web-application-hosting-best-practices/additional-security-features.md b/whitepapers/latest/web-application-hosting-best-practices/additional-security-features.md index 8f770af45..35ad63b7c 100644 --- a//whitepapers/latest/web-application-hosting-best-practices/additional-security-features.md +++ b//whitepapers/latest/web-application-hosting-best-practices/additional-security-features.md @@ -9 +9 @@ This whitepaper is for historical reference only. Some content might be outdated -The number and sophistication of Distributed Denial of Service (DDoS) attacks are rising. Traditionally, these attacks are difficult to fend off. They often end up being costly in both mitigation time and power spent, as well as the opportunity cost from lost visits to your website during the attack. There are a number of AWS factors and services that can help you defend against such attacks. One of them is the scale of the AWS network. The AWS infrastructure is quite large, and enables you to leverage our scale to optimize your defense. Several services, including [Elastic Load Balancing](https://aws.amazon.com/elasticloadbalancing/), [Amazon CloudFront](https://aws.amazon.com/cloudfront/), and [Amazon Route 53](https://aws.amazon.com/route53/), are effective at scaling your web application in response to a large increase in traffic. +The number and sophistication of Distributed Denial of Service (DDoS) attacks are rising. Traditionally, these attacks are difficult to fend off. They often end up being costly in both mitigation time and power spent, as well as the opportunity cost from lost visits to your website during the attack. There are a number of AWS factors and services that can help you defend against such attacks. One of them is the scale of the AWS network. The AWS infrastructure is quite large, and enables you to leverage our scale to optimize your defense. Several services, including [ELB](https://aws.amazon.com/elasticloadbalancing/), [Amazon CloudFront](https://aws.amazon.com/cloudfront/), and [Amazon Route 53](https://aws.amazon.com/route53/), are effective at scaling your web application in response to a large increase in traffic.