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 <kamranahmed.se@gmail.com>pull/6470/head
parent
f5c8084946
commit
ba3d42fa6f
1 changed files with 5 additions and 1 deletions
@ -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. |
||||
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) |
||||
|
Loading…
Reference in new issue