AWS Security ChangesHomeSearch

AWS elasticbeanstalk documentation change

Service: elasticbeanstalk · 2026-01-25 · Documentation low

File: elasticbeanstalk/latest/dg/configuring-https-httpredirect.md

Summary

Replaced 'ELB health checks' with 'Elastic Load Balancing health checks' for naming consistency

Security assessment

Terminology update doesn't modify security guidance. Health check behavior remains unchanged.

Diff

diff --git a/elasticbeanstalk/latest/dg/configuring-https-httpredirect.md b/elasticbeanstalk/latest/dg/configuring-https-httpredirect.md
index 597a0ee9f..dc286dfa2 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 [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.
+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.