AWS Security ChangesHomeSearch

AWS vpc documentation change

Service: vpc · 2025-06-16 · Documentation low

File: vpc/latest/userguide/WorkWithRouteTables.md

Summary

Restructured documentation by consolidating procedures, removing standalone sections about creating route tables and subnet associations, and updating terminology for clarity. Changed focus from 'changing' to 'managing' route tables.

Security assessment

The changes are organizational/editorial improvements rather than security fixes. While route table configuration impacts network security, there's no evidence of addressing specific vulnerabilities. The removed 'Associate or disassociate' section was procedural rather than security guidance.

Diff

diff --git a/vpc/latest/userguide/WorkWithRouteTables.md b/vpc/latest/userguide/WorkWithRouteTables.md
index 8df66236e..82e465079 100644
--- a//vpc/latest/userguide/WorkWithRouteTables.md
+++ b//vpc/latest/userguide/WorkWithRouteTables.md
@@ -5 +5 @@
-Determine the route table for a subnetDetermine which subnets and or gateways are explicitly associatedCreate a custom route tableAdd and remove routes from a route tableEnable or disable route propagationChange the route table for a subnetAssociate or disassociate a subnet with a route table
+Determine the route table for a subnetDetermine the explicit associationsAdd, modify, and remove routesEnable or disable route propagationChange the route table for a subnet
@@ -7 +7 @@ Determine the route table for a subnetDetermine which subnets and or gateways ar
-# Change a subnet route table
+# Manage subnet route tables
@@ -9 +9 @@ Determine the route table for a subnetDetermine which subnets and or gateways ar
-This section explains how to work with route tables. Note that this section is a grouping of procedures all related to making changes in subnet route table.
+Use the following procedures to manage VPC routing using route tables.
@@ -11 +11 @@ This section explains how to work with route tables. Note that this section is a
-###### Contents
+###### Tasks
@@ -15 +15 @@ This section explains how to work with route tables. Note that this section is a
-  * Determine which subnets and or gateways are explicitly associated
+  * Determine the explicit associations
@@ -17,3 +17 @@ This section explains how to work with route tables. Note that this section is a
-  * Create a custom route table
-
-  * Add and remove routes from a route table
+  * Add, modify, and remove routes
@@ -25,2 +22,0 @@ This section explains how to work with route tables. Note that this section is a
-  * Associate or disassociate a subnet with a route table
-
@@ -34 +30 @@ You can determine which route table a subnet is associated with by looking at th
-###### To determine the route table for a subnet
+###### To determine the route table for a subnet using the console
@@ -42 +38 @@ You can determine which route table a subnet is associated with by looking at th
-  4. Choose the **Route table** tab to view information about the route table and its routes. To determine whether the association is to the main route table, and if that association is explicit, see Determine which subnets and or gateways are explicitly associated.
+  4. Choose the **Route table** tab to view information about the route table and its routes. To determine whether the association is to the main route table, and if that association is explicit, see Determine the explicit associations.
@@ -47 +43 @@ You can determine which route table a subnet is associated with by looking at th
-## Determine which subnets and or gateways are explicitly associated
+## Determine the explicit associations
@@ -90,37 +86 @@ Subnets that aren't explicitly associated with any route table have an implicit
-## Create a custom route table
-
-You can create a custom route table for your VPC using the Amazon VPC console.
-
-###### Note
-
-There is a quota on the number of route tables that you can create per VPC. There is also 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).
-
-###### To create a custom route table using the console
-
-  1. Open the Amazon VPC console at [https://console.aws.amazon.com/vpc/](https://console.aws.amazon.com/vpc/).
-
-  2. In the navigation pane, choose **Route tables**.
-
-  3. Choose **Create route table**.
-
-  4. (Optional) For **Name** , enter a name for your route table. 
-
-  5. For **VPC** , choose your VPC. 
-
-  6. (Optional) To add a tag, choose **Add new tag** and enter the tag key and tag value.
-
-  7. Choose **Create route table**.
-
-
-
-
-###### To create a custom route table using the command line
-
-  * [create-route-table](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/create-route-table.html) (AWS CLI)
-
-  * [New-EC2RouteTable](https://docs.aws.amazon.com/powershell/latest/reference/items/New-EC2RouteTable.html) (AWS Tools for Windows PowerShell)
-
-
-
-
-## Add and remove routes from a route table
+## Add, modify, and remove routes
@@ -128 +88 @@ There is a quota on the number of route tables that you can create per VPC. Ther
-You can add, delete, and modify routes in your route tables. You can only modify routes that you've added.
+You can add, modify, and delete routes for your route tables. You can only modify the routes that you've added.
@@ -134 +94 @@ For more information about working with static routes for a Site-to-Site VPN con
-There is a quota on the number of route tables that you can create per VPC. There is also 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).
+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).
@@ -258,39 +217,0 @@ When you change the route table, your existing connections in the subnet are dro
-## Associate or disassociate a subnet with a route table
-
-To apply route table routes to a particular subnet, you must associate the route table with the subnet. A route table can be associated with multiple subnets. However, a subnet can only be associated with one route table at a time. Any subnet not explicitly associated with a table is implicitly associated with the main route table by default.
-
-You can disassociate a subnet from a route table. Until you associate the subnet with another route table, it's implicitly associated with the main route table.
-
-###### To associate or disassociate a route table with a subnet using the console
-
-  1. Open the Amazon VPC console at [https://console.aws.amazon.com/vpc/](https://console.aws.amazon.com/vpc/).
-
-  2. In the navigation pane, choose **Route tables** , and then select the route table.
-
-  3. On the **Subnet associations** tab, choose **Edit subnet associations**.
-
-  4. Select or deselect the check box for the subnet to associate with the route table.
-
-  5. Choose **Save associations**.
-
-
-
-
-###### To associate a subnet with a route table using the command line
-
-  * [associate-route-table](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/associate-route-table.html) (AWS CLI)
-
-  * [Register-EC2RouteTable](https://docs.aws.amazon.com/powershell/latest/reference/items/Register-EC2RouteTable.html) (AWS Tools for Windows PowerShell)
-
-
-
-
-###### To disassociate a subnet from a route table using the command line
-
-  * [disassociate-route-table](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/disassociate-route-table.html) (AWS CLI)
-
-  * [Unregister-EC2RouteTable](https://docs.aws.amazon.com/powershell/latest/reference/items/Unregister-EC2RouteTable.html) (AWS Tools for Windows PowerShell)
-
-
-
-
@@ -303 +224 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please
-Example routing options
+Create a route table and routes