AWS elasticbeanstalk documentation change
Summary
Changed 'Elastic Load Balancing health checks' to 'ELB health checks' (acronym usage)
Security assessment
Change only updates terminology from full name to acronym without altering security-related content about HTTP health check handling
Diff
diff --git a/elasticbeanstalk/latest/dg/configuring-https-httpredirect.md b/elasticbeanstalk/latest/dg/configuring-https-httpredirect.md index dc286dfa2..597a0ee9f 100644 --- a//elasticbeanstalk/latest/dg/configuring-https-httpredirect.md +++ b//elasticbeanstalk/latest/dg/configuring-https-httpredirect.md @@ -34 +34 @@ This configuration depends on your environment's platform. Find the folder for y -If your environment uses [Elastic Load Balancing health checks](./using-features.healthstatus.html#using-features.healthstatus.understanding), the load balancer expects a healthy instance to respond to the HTTP health check messages with HTTP 200 (OK) responses. Therefore, your web server shouldn't redirect these messages to HTTPS. The example configuration files in [`https-redirect`](https://github.com/awsdocs/elastic-beanstalk-samples/tree/master/configuration-files/aws-provided/security-configuration/https-redirect) handle this requirement correctly. +If your environment uses [ELB health checks](./using-features.healthstatus.html#using-features.healthstatus.understanding), the load balancer expects a healthy instance to respond to the HTTP health check messages with HTTP 200 (OK) responses. Therefore, your web server shouldn't redirect these messages to HTTPS. The example configuration files in [`https-redirect`](https://github.com/awsdocs/elastic-beanstalk-samples/tree/master/configuration-files/aws-provided/security-configuration/https-redirect) handle this requirement correctly.