Skip to content

Commit b6ed6f8

Browse files
committed
more routing content
1 parent f502401 commit b6ed6f8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/3_Networking/3a_VPC_Essentials/VPC_Routing.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,9 @@
77
* Additional routes tables can be created in VPCs and associated with subnets.
88
* The higher the prefix, the higher the priority of the route.
99
* Route tables are created on a per vpc basis.
10-
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

Comments
 (0)