AWS Security ChangesHomeSearch

AWS vpc documentation change

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

File: vpc/latest/userguide/RouteTables.md

Summary

Added example VPC configuration with route tables, updated local route documentation to include IPv6, and improved formatting

Security assessment

The changes are purely explanatory and architectural, providing implementation examples without introducing security features or addressing vulnerabilities. The IPv6 route mention is a technical detail expansion, not a security update.

Diff

diff --git a/vpc/latest/userguide/RouteTables.md b/vpc/latest/userguide/RouteTables.md
index 5adf1f292..d6edfca12 100644
--- a//vpc/latest/userguide/RouteTables.md
+++ b//vpc/latest/userguide/RouteTables.md
@@ -4,0 +5,2 @@
+Example VPC with route tables
+
@@ -7 +9 @@
-The following are the key concepts for route tables.
+The following are the key concepts for route tables:
@@ -16,0 +19,2 @@ The following are the key concepts for route tables.
+  * **Local route** —A default route for communication within the VPC. If the VPC has both IPv4 and IPV6 addresses, there is a local route for IPv4 and a local route for IPv6.
+
@@ -21,2 +24,0 @@ The following are the key concepts for route tables.
-  * **Local route** —A default route for communication within the VPC.
-
@@ -35,0 +38,6 @@ The following are the key concepts for route tables.
+## Example VPC with route tables
+
+The following diagram shows a VPC with five subnets, a main route table, and three custom route tables. All four route tables have local routes. Custom route table 1 has a route to an internet gateway, and it is associated with the public subnet in Availability Zone A. Custom route table 2 has a route to a peered VPC, and it is associated with the private subnet in Availability Zone B. Custom route table 3 has a route to a virtual private gateway, and it is associated with the VPN-only subnets in both Availability Zones.
+
+![VPC with subnets in 2 AZs, 3 route tables, internet gateway, and gateway endpoint](/images/vpc/latest/userguide/images/route-tables.png)
+