cloudquery icon indicating copy to clipboard operation
cloudquery copied to clipboard

AWS Transit Gateway Route Table Routes

Open jsonpr opened this issue 2 years ago • 3 comments

https://docs.aws.amazon.com/cli/latest/reference/ec2/search-transit-gateway-routes.html

jsonpr avatar Feb 10 '23 18:02 jsonpr

@jsonpr - We already support TGW Route Tables... Is this resource different or is it still needed?

bbernays avatar Apr 17 '23 21:04 bbernays

Hey @bbernays this issue is for Route Table Routes and not just the route table. The actual routes which are currently not included in TGW Route Tables.

jsonpr avatar Apr 17 '23 22:04 jsonpr

There is no read-only way to get all routes for a TGW Route Table. The method linked in this issue (search-transit-gateway-routes) has no pagination or sort options, which means that we cannot even guarantee that we will get the same subset of routes for each request. The other method (export-transit-gateway-routes) exports the data to a user defined S3 bucket and returns the full path to the object.

bbernays avatar Apr 17 '23 23:04 bbernays

Going to close this as wontfix for now. We can re-open if someone requests it again and research a solution

erezrokah avatar Mar 22 '24 16:03 erezrokah