AWS elasticbeanstalk documentation change
Summary
Changed 'ELB URL' to 'Elastic Load Balancing URL' in environment URL explanation
Security assessment
Terminology update without security impact. The modification clarifies the load balancer type but doesn't affect security configurations or address vulnerabilities. DNS routing behavior remains unchanged.
Diff
diff --git a/elasticbeanstalk/latest/dg/concepts-webserver.md b/elasticbeanstalk/latest/dg/concepts-webserver.md index 20f1870dd..b94d0cde0 100644 --- a//elasticbeanstalk/latest/dg/concepts-webserver.md +++ b//elasticbeanstalk/latest/dg/concepts-webserver.md @@ -13 +13 @@ The environment is the heart of the application. In the diagram, the environment -Every environment has a CNAME (URL) that points to a load balancer. The environment has a URL, such as `myapp.us-west-2.elasticbeanstalk.com`. This URL is aliased in [Amazon Route 53](https://aws.amazon.com/route53/) to an ELB URL—something like `abcdef-123456.us-west-2.elb.amazonaws.com`—by using a CNAME record. [Amazon Route 53](https://aws.amazon.com/route53/) is a highly available and scalable Domain Name System (DNS) web service. It provides secure and reliable routing to your infrastructure. Your domain name that you registered with your DNS provider will forward requests to the CNAME. +Every environment has a CNAME (URL) that points to a load balancer. The environment has a URL, such as `myapp.us-west-2.elasticbeanstalk.com`. This URL is aliased in [Amazon Route 53](https://aws.amazon.com/route53/) to an Elastic Load Balancing URL—something like `abcdef-123456.us-west-2.elb.amazonaws.com`—by using a CNAME record. [Amazon Route 53](https://aws.amazon.com/route53/) is a highly available and scalable Domain Name System (DNS) web service. It provides secure and reliable routing to your infrastructure. Your domain name that you registered with your DNS provider will forward requests to the CNAME.