Route table builder
Manage multiple destinations and next hops in one plan.
NAMEDESTINATIONNEXT HOP TYPENEXT HOP TARGETPRIORITY
aws ec2 create-route --route-table-id rtb-0123456789abcdef0 --destination-cidr-block 0.0.0.0/0 --nat-gateway-id nat-0123456789abcdef0 --region eu-west-1
aws ec2 create-route --route-table-id rtb-0123456789abcdef0 --destination-cidr-block 172.16.0.0/12 --transit-gateway-id tgw-0123456789abcdef0 --region eu-west-1Routing noteConfirm route priority, propagation, associations, return paths and next-hop health. Routes can interrupt production traffic even when their syntax is valid.