AWS Security ChangesHomeSearch

AWS code-library documentation change

Service: code-library · 2025-06-28 · Documentation low

File: code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_AddListenerCertificates_section.md

Summary

Added PowerShell V5 example for AddListenerCertificates operation

Security assessment

Shows certificate management for load balancers which relates to TLS/SSL security configuration, but doesn't indicate a security fix.

Diff

diff --git a/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_AddListenerCertificates_section.md b/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_AddListenerCertificates_section.md
index 3df23c3a3..4960a7014 100644
--- a//code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_AddListenerCertificates_section.md
+++ b//code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_AddListenerCertificates_section.md
@@ -67,0 +68,21 @@ PowerShell
+**Tools for PowerShell V5**
+    
+
+**Example 1: This example adds additional certificate to the specified Listener.**
+    
+    
+    Add-ELB2ListenerCertificate -ListenerArn 'arn:aws:elasticloadbalancing:us-east-1:123456789012:listener/app/test-alb/3651b4394dd9a24f/3873f123b98f7618' -Certificate @{CertificateArn = 'arn:aws:acm:us-east-1:123456789012:certificate/19478bd5-491d-47d4-b1d7-5217feba1d97'}
+    
+
+**Output:**
+    
+    
+    CertificateArn                                                                      IsDefault
+    --------------                                                                      ---------
+    arn:aws:acm:us-east-1:123456789012:certificate/19478bd5-491d-47d4-b1d7-5217feba1d97 False
+
+  * For API details, see [AddListenerCertificates](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. 
+
+
+
+