Skip to main content

Route Table



Resource Icon

Resource Overview

An AWS VPC (Virtual Private Cloud) Route Table is an AWS resource that defines how traffic within subnets of the VPC should be directed to its destination. Every subnet in a VPC is associated with one or more route tables, which specify routing rules for targets such as internet gateways, NAT gateways, VPC endpoints, or VPN connections. The route table routes traffic based on the order of the routing rules, and all traffic originating from a subnet is directed to its destination through the associated route table. This allows subnets within the VPC to securely communicate with the internet or other VPCs.

Associated Resources

Parent Resources

Connected Resources

Resource Setting Values

  • included_vpc_name : The name of the VPC with the Route Table
  • subnet_names : Description of Route Table
  • linked_route : The name of the Route
    • cidr_block : CIDR of target resource to route
    • internet_gateway_name : Name of the Internet Gateway for the routing path
    • ec2_instance_name : Name of the EC2 Instance for the routing path
    • nat_gateway_name : Name of the NAT Gateway for the routing path
    • vpc_peering_name : Name of the VPC Peering for the routing path

Reference Materials