AWS elasticloadbalancing documentation change
Summary
Removed the 'Compatibility' section that detailed compatibility rules between different SSL/TLS policy types (FIPS, post-quantum, and standard TLS policies) for load balancer listeners.
Security assessment
This change removes documentation about policy compatibility but does not indicate a fix for a specific security vulnerability. It is a documentation cleanup or restructuring. The removed content was informational about configuration constraints, not a security patch.
Diff
diff --git a/elasticloadbalancing/latest/application/describe-ssl-policies.md b/elasticloadbalancing/latest/application/describe-ssl-policies.md index 66a7081bb..54f9c8be7 100644 --- a//elasticloadbalancing/latest/application/describe-ssl-policies.md +++ b//elasticloadbalancing/latest/application/describe-ssl-policies.md @@ -42,15 +41,0 @@ Elastic Load Balancing uses a Secure Socket Layer (SSL) negotiation configuratio -###### Compatibility - - * All secure listeners attached to the same load balancer must use compatible security policies. To migrate all secure listeners for a load balancer to security policies that are not compatible with the ones that are currently in use, remove all but one of the secure listeners, change the security policy of the secure listener, and then create additional secure listeners. - - * FIPS post-quantum TLS policies and FIPS policies - **Compatible** - - * Post-quantum TLS policies and FIPS or FIPS post-quantum TLS polices - **Compatible** - - * TLS polices (non-FIPS, non-post-quantum) and FIPS or FIPS post-quantum TLS policies - **Not Compatible** - - * TLS polices (non-FIPS, non-post-quantum) and post-quantum TLS policies - **Not Compatible** - - - -