We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f502401 commit b6ed6f8Copy full SHA for b6ed6f8
docs/3_Networking/3a_VPC_Essentials/VPC_Routing.md
@@ -7,4 +7,9 @@
7
* Additional routes tables can be created in VPCs and associated with subnets.
8
* The higher the prefix, the higher the priority of the route.
9
* Route tables are created on a per vpc basis.
10
-
+ * The MAIN RT is the implicit and default route table for subnets.
11
+ * Priority of Routes:
12
+ * (1.) Longest prefix wins
13
+ * More specific routes always win
14
+ * (2.) Static routes
15
+ * (3.) Propagated routes
0 commit comments