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)