route_table_association
Table to manage associations between a Route and a Route table.
See
https://docs.aws.amazon.com/vpc/latest/userguide/WorkWithRouteTables.html
Columns
• is_main: boolean
Whether this is the main route association Main is the route table that automatically comes with your VPC. It controls the routing for all subnets that are not explicitly associated with any other route table.
• route_table: route_table
Reference to the route table for this association
• Optional
route_table_association_id: string
AWS ID to identify the route table association
• Optional
subnet: subnet
Your VPC has an implicit router, and you use route tables to control where network traffic is directed. Each subnet in your VPC must be associated with a route table, which controls the routing for the subnet (subnet route table).
See
https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Route_Tables.html#subnet-route-tables
• vpc: vpc
Reference to the VPC for this association