NetOpsT

Cloud Route Generator

Create multiple cloud route entries with CLI, Terraform and JSON output.

Runs locally

CLOUD / NETWORKING

Cloud Route Generator

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-1
Routing noteConfirm route priority, propagation, associations, return paths and next-hop health. Routes can interrupt production traffic even when their syntax is valid.

Cloud TOOL

Cloud Route Generator

Create multiple cloud route entries with CLI, Terraform and JSON output.

When to use this tool

Use it to document routing changes before applying them to a cloud network.

Use it in three steps

  1. Select a provider, add destinations and next hops, then copy the generated configuration.
  2. Review the calculated values against your environment and its requirements.
  3. Copy or document the result only after validating it for production use.

Related Cloud tools