AWS vpc documentation change
Summary
Updated route modification documentation with operational considerations
Security assessment
Clarifies operational impacts of route changes but does not address security vulnerabilities or introduce security features.
Diff
diff --git a/vpc/latest/userguide/WorkWithRouteTables.md b/vpc/latest/userguide/WorkWithRouteTables.md index f32b02014..52477c0ac 100644 --- a//vpc/latest/userguide/WorkWithRouteTables.md +++ b//vpc/latest/userguide/WorkWithRouteTables.md @@ -83 +83 @@ Use the [describe-route-tables](https://awscli.amazonaws.com/v2/documentation/ap -You can add, modify, and delete routes for your route tables. You can only modify the routes that you've added. +You can add, modify, and delete routes for your route tables. @@ -87 +87,9 @@ For more information about working with static routes for a Site-to-Site VPN con -###### Note +###### Considerations + + * You can only modify routes that you've added. + + * When you modify or delete a route, existing connections that use these routes are affected. Connections that use the other routes are not affected. + + * There is a quota on the number of routes that you can add per route table. For more information, see [Amazon VPC quotas](./amazon-vpc-limits.html). + + @@ -89 +96,0 @@ For more information about working with static routes for a Site-to-Site VPN con -There is a quota on the number of routes that you can add per route table. For more information, see [Amazon VPC quotas](./amazon-vpc-limits.html).