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


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 Buy Me A Coffee



Comments


Add a Comment


Please enter ebfeb7 in the box below so that we can be sure you are a human.