mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-04-04 07:22:26 +02:00
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>
This commit is contained in:
parent
f5c8084946
commit
ba3d42fa6f
@ -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…
x
Reference in New Issue
Block a user