From ba3d42fa6fe1629afb16ccc7473bc46e0e6fc768 Mon Sep 17 00:00:00 2001 From: Brunno Soares Date: Fri, 9 Aug 2024 20:27:57 -0300 Subject: [PATCH] Add route tables resource (#6384) * Update 102-route-tables.md * Update src/data/roadmaps/aws/content/102-vpc/102-route-tables.md --------- Co-authored-by: Kamran Ahmed --- src/data/roadmaps/aws/content/102-vpc/102-route-tables.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/aws/content/102-vpc/102-route-tables.md b/src/data/roadmaps/aws/content/102-vpc/102-route-tables.md index db025c1f9..faca9f7d6 100644 --- a/src/data/roadmaps/aws/content/102-vpc/102-route-tables.md +++ b/src/data/roadmaps/aws/content/102-vpc/102-route-tables.md @@ -1,3 +1,7 @@ # Route Tables -A _Route Table_ in AWS VPC is a set of rules, called routes, that are used to determine where network traffic is directed. Each subnet in your VPC must be associated with a route table, which controls the traffic for the subnet. By default, your VPC has a main route table that you can modify. You can also create additional custom route tables for your VPC. A subnet can only be associated with one route table at a time, but you can change the association. \ No newline at end of file +A _Route Table_ in AWS VPC is a set of rules, called routes, that are used to determine where network traffic is directed. Each subnet in your VPC must be associated with a route table, which controls the traffic for the subnet. By default, your VPC has a main route table that you can modify. You can also create additional custom route tables for your VPC. A subnet can only be associated with one route table at a time, but you can change the association. + +Visit the following resources to learn more: + +- [@official@Route Tables](https://docs.aws.amazon.com/pt_br/quicksight/latest/user/vpc-route-table.html)