AWS code-library documentation change
Summary
Added PowerShell V5 example for SSL certificate rotation on load balancer listeners
Security assessment
Demonstrates certificate rotation best practice but does not address a specific security vulnerability
Diff
diff --git a/code-library/latest/ug/elastic-load-balancing_example_elastic-load-balancing_SetLoadBalancerListenerSslCertificate_section.md b/code-library/latest/ug/elastic-load-balancing_example_elastic-load-balancing_SetLoadBalancerListenerSslCertificate_section.md index 7a30283a5..3516df6c7 100644 --- a//code-library/latest/ug/elastic-load-balancing_example_elastic-load-balancing_SetLoadBalancerListenerSslCertificate_section.md +++ b//code-library/latest/ug/elastic-load-balancing_example_elastic-load-balancing_SetLoadBalancerListenerSslCertificate_section.md @@ -50,0 +51,16 @@ PowerShell +**Tools for PowerShell V5** + + +**Example 1: This example replaces the certificate that terminates the SSL connections for the specified listener.** + + + Set-ELBLoadBalancerListenerSSLCertificate -LoadBalancerName my-load-balancer ` + >> -LoadBalancerPort 443 ` + >> -SSLCertificateId "arn:aws:iam::123456789012:server-certificate/new-server-cert" + + + * For API details, see [SetLoadBalancerListenerSslCertificate](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. + + + +