AWS vpc documentation change
Summary
Added references to ICMP rules documentation and updated prefix list documentation links
Security assessment
Improves documentation clarity for security group configuration but doesn't introduce new security features or address vulnerabilities
Diff
diff --git a/vpc/latest/userguide/security-group-rules.md b/vpc/latest/userguide/security-group-rules.md index a59ecd82c..c542b3414 100644 --- a//vpc/latest/userguide/security-group-rules.md +++ b//vpc/latest/userguide/security-group-rules.md @@ -61 +61 @@ The following are the components of inbound and outbound security group rules: - * **ICMP type and code** : For ICMP, the ICMP type and code. For example, use type 8 for ICMP Echo Request or type 128 for ICMPv6 Echo Request. + * **ICMP type and code** : For ICMP, the ICMP type and code. For example, use type 8 for ICMP Echo Request or type 128 for ICMPv6 Echo Request. For more information, see [Rules for ping/ICMP](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-rules-reference.html#sg-rules-ping) in the _Amazon EC2 User Guide_. @@ -73 +73 @@ The following are the components of inbound and outbound security group rules: - * The ID of a prefix list. For example, `pl-1234abc1234abc123`. For more information, see [Consolidate and manage network CIDR blocks with managed prefix lists](./managed-prefix-lists.html). + * The ID of a prefix list. For example, `pl-1234abc1234abc123`. For more information, see [Managed prefix lists](./managed-prefix-lists.html). @@ -81,0 +82,2 @@ The following are the components of inbound and outbound security group rules: +For examples, see [Security group rules for different use cases](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-rules-reference.html) in the _Amazon EC2 User Guide_. +