AWS Security ChangesHomeSearch

AWS elasticbeanstalk documentation change

Service: elasticbeanstalk · 2026-05-07 · Documentation medium

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

Summary

Updated Network Load Balancer example to show TLS configuration with SSL certificate

Security assessment

The change modifies a configuration example to demonstrate TLS encryption setup with certificate binding. This enhances documentation of security features (transport encryption) but shows no evidence of addressing a specific security vulnerability.

Diff

diff --git a/elasticbeanstalk/latest/dg/configuring-https-elb.md b/elasticbeanstalk/latest/dg/configuring-https-elb.md
index 02c12ff4e..c388b70ec 100644
--- a//elasticbeanstalk/latest/dg/configuring-https-elb.md
+++ b//elasticbeanstalk/latest/dg/configuring-https-elb.md
@@ -118 +118 @@ Use this example when your environment has an Application Load Balancer. The exa
-Use this example when your environment has a Network Load Balancer. The example uses options in the `aws:elbv2:listener` namespace to configure a listener on port 443. The listener routes traffic to the default process.
+Use this example when your environment has a Network Load Balancer. The example uses options in the `aws:elbv2:listener` namespace to configure a TLS listener on port 443 with an SSL certificate. The listener handles the secure connection and routes traffic to the default process.
@@ -123,0 +124,2 @@ Use this example when your environment has a Network Load Balancer. The example
+        Protocol: TLS
+        SSLCertificateArns: arn:aws:acm:us-east-2:1234567890123:certificate/####################################