AWS elasticloadbalancing documentation change
Summary
Restructured rule deletion documentation with CLI command example and changed final header from 'X-forwarded headers' to 'Mutual TLS authentication'
Security assessment
While 'Mutual TLS authentication' header change references a security feature, the actual content changes only demonstrate rule deletion mechanics without explaining security aspects. No concrete security vulnerability addressed.
Diff
diff --git a/elasticloadbalancing/latest/application/delete-rule.md b/elasticloadbalancing/latest/application/delete-rule.md index 900e9a77f..e324a286e 100644 --- a//elasticloadbalancing/latest/application/delete-rule.md +++ b//elasticloadbalancing/latest/application/delete-rule.md @@ -9 +9,4 @@ You can delete the nondefault rules for a listener at any time. You can't delete -###### To delete a rule using the console +Console + + +###### To delete a rule @@ -28 +31,4 @@ You can delete the nondefault rules for a listener at any time. You can't delete -###### To delete a rule using the AWS CLI +AWS CLI + + +###### To delete a rule @@ -31,0 +38,4 @@ Use the [delete-rule](https://docs.aws.amazon.com/cli/latest/reference/elbv2/del + + aws elbv2 delete-rule \ + --rule-arn listener-rule-arn + @@ -40 +50 @@ Edit a rule -X-forwarded headers +Mutual TLS authentication