AWS Route Tables Interface Tool

Query AWS route tables associated with an interface to troubleshoot route failover and destination routing

The AWS Route Tables interface tool queries AWS for route tables associated with the selected interface and shows the current route definitions. Use it when validating cluster route failover behavior or investigating unexpected routing.

Accessing AWS Route Tables

  1. Open the target node in the Trustgrid portal.
  2. Go to Network -> Interfaces.
  3. In Interface Tools, click AWS Route Tables.
    Interface Tools with the AWS Route Tables button highlighted
  4. In the service prompt, confirm the interface and click Execute.
  5. Review the returned route table data in the AWS Route Tables dialog.
    AWS Route Tables results for the selected interface

What The Tool Shows

The AWS Route Tables dialog includes a row per route table associated with the selected interface.

Field NameDescription
IDAWS route table identifier (for example, rtb-...).
VPC IDVPC containing the route table.
RoutesCount of routes currently present in that table.
View RoutesOpen the route list for a specific route table.

Common Troubleshooting Uses

  • Confirm route tables are discoverable from the node’s selected interface.
  • Verify expected destination CIDRs exist before and after failover testing.
  • Check that route entries moved to the active node as expected.
  • Quickly compare what AWS currently has against intended design.