AWS vpc low security documentation change
Summary
Fixed typo in API action name (changed 'RevokeSecurityGroupIngress' to 'RevokeSecurityGroupEgress' in list of actions)
Security assessment
Correcting the API action name prevents confusion when managing security group rules. An incorrect API call due to documentation errors could leave unintended egress rules active, creating potential exposure risks.
Diff
diff --git a/vpc/latest/userguide/security-group-rules.md b/vpc/latest/userguide/security-group-rules.md index 1e2d8c9ff..a4c002a9f 100644 --- a//vpc/latest/userguide/security-group-rules.md +++ b//vpc/latest/userguide/security-group-rules.md @@ -116 +116 @@ When referencing a security group in a security group rule, note the following: - * We do not authorize against referenced security groups in the following actions: `AuthorizeSecurityGroupIngress`, `AuthorizeSecurityGroupEgress`, `RevokeSecurityGroupIngress`, and `RevokeSecurityGroupIngress`. We only check whether the security group exists. This results in the following: + * We do not authorize against referenced security groups in the following actions: `AuthorizeSecurityGroupIngress`, `AuthorizeSecurityGroupEgress`, `RevokeSecurityGroupIngress`, and `RevokeSecurityGroupEgress`. We only check whether the security group exists. This results in the following: