Amazon Web Services (AWS) - List Transit Gateway Route Tables using the AWS CLI

by
Jeremy Canfield |
Updated: May 19 2024
| Amazon Web Services (AWS) articles
If you are not familiar with Transit Gateways, check out my article Amazon Web Services (AWS) - Getting Started with Transit Gateway.
The aws ec2 describe-transit-gateway-route-tables command can be used to list your Transit Gateway Route Tables.
~]$ aws ec2 describe-transit-gateway-route-tables
{
"TransitGatewayRouteTables": [
{
"TransitGatewayRouteTableId": "tgw-rtb-0901a28eecf505a89",
"TransitGatewayId": "tgw-0d92bd9f9b45070a7",
"State": "available",
"DefaultAssociationRouteTable": true,
"DefaultPropagationRouteTable": true,
"CreationTime": "2024-05-19T08:25:48+00:00",
"Tags": []
}
]
}
Did you find this article helpful?
If so, consider buying me a coffee over at