AWS vpc documentation change
Summary
Added explicit references to network ACL rule quotas with direct links to limits documentation
Security assessment
The changes focus on clarifying operational quotas/limits rather than addressing security vulnerabilities. While network ACLs are security controls, documenting their configuration limits does not directly relate to security weaknesses or introduce new security features. This is a standard documentation improvement for resource management awareness.
Diff
diff --git a/vpc/latest/userguide/vpc-network-acls.md b/vpc/latest/userguide/vpc-network-acls.md index 8818bba6a..542c5f17f 100644 --- a//vpc/latest/userguide/vpc-network-acls.md +++ b//vpc/latest/userguide/vpc-network-acls.md @@ -59 +59 @@ The following are the basic things to know about network ACLs before you begin. - * A network ACL has inbound rules and outbound rules. Each rule can either allow or deny traffic. Each rule has a number from 1 to 32766. We evaluate the rules in order, starting with the lowest numbered rule, when deciding whether allow or deny traffic. If the traffic matches a rule, the rule is applied and we do not evaluate any additional rules. We recommend that you start by creating rules in increments (for example, increments of 10 or 100) so that you can insert new rules later on, if needed. + * A network ACL has inbound rules and outbound rules. There are [quotas (or limits) to the number of rules you can have per network ACL](./amazon-vpc-limits.html#vpc-limits-nacls). Each rule can either allow or deny traffic. Each rule has a number from 1 to 32766. We evaluate the rules in order, starting with the lowest numbered rule, when deciding whether allow or deny traffic. If the traffic matches a rule, the rule is applied and we do not evaluate any additional rules. We recommend that you start by creating rules in increments (for example, increments of 10 or 100) so that you can insert new rules later on, if needed. @@ -70 +70 @@ The following are the basic things to know about network ACLs before you begin. - * There are quotas (also known as limits) for the number of network ACLs per VPC. For more information, see [Amazon VPC quotas](./amazon-vpc-limits.html). + * There are quotas (also known as limits) for network ACLs. For more information, see [Network ACLs](./amazon-vpc-limits.html#vpc-limits-nacls).