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_RemoveListenerCertificates_section.md

Summary

Added PowerShell V5 example for removing SSL/TLS certificates from listeners

Security assessment

Documents certificate management which is security-related, but doesn't indicate resolution of a specific certificate-related vulnerability.

Diff

diff --git a/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_RemoveListenerCertificates_section.md b/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_RemoveListenerCertificates_section.md
index 05a6a112b..24c444ac2 100644
--- a//code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_RemoveListenerCertificates_section.md
+++ b//code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_RemoveListenerCertificates_section.md
@@ -56,0 +57,22 @@ PowerShell
+**Tools for PowerShell V5**
+    
+
+**Example 1: This example removes specified certificate from the specified Target group.**
+    
+    
+    Remove-ELB2ListenerCertificate -Certificate @{CertificateArn = 'arn:aws:acm:us-east-1:123456789012:certificate/19478bd5-491d-47d4-b1d7-5217feba1d97'} -ListenerArn 'arn:aws:elasticloadbalancing:us-east-1:123456789012:listener/app/test-alb/3651b4394dd9a24f/3873f123b98f7618'
+    
+
+**Output:**
+    
+    
+    Confirm
+    Are you sure you want to perform this action?
+    Performing the operation "Remove-ELB2ListenerCertificate (RemoveListenerCertificates)" on target "arn:aws:elasticloadbalancing:us-east-1:123456789012:listener/app/test-alb/3651b4394dd9a24f/3873f123b98f7618".
+    [Y] Yes  [A] Yes to All  [N] No  [L] No to All  [S] Suspend  [?] Help (default is "Y"): y
+
+  * For API details, see [RemoveListenerCertificates](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. 
+
+
+
+