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 Tablesubnet_names
: Description of Route Tablelinked_route
: The name of the Routecidr_block
: CIDR of target resource to routeinternet_gateway_name
: Name of the Internet Gateway for the routing pathec2_instance_name
: Name of the EC2 Instance for the routing pathnat_gateway_name
: Name of the NAT Gateway for the routing pathvpc_peering_name
: Name of the VPC Peering for the routing path