EC2 get_transit_gateway_route_table_associations API not supported
See original GitHub issueI know there’s been a lot of changes related to transit gateway recently and was wondering if there were plans to implement the “get_transit_gateway*” APIs, and in particular get_transit_gateway_route_table_associations
.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
get-transit-gateway-route-table-associations — AWS CLI 1.27 ...
The following get-transit-gateway-route-table-associations example displays information about the associations for the specified transit gateway route table.
Read more >get-transit-gateway-route-table-associations - Amazon AWS
The following get-transit-gateway-route-table-associations example displays information about the associations for the specified transit gateway route table.
Read more >Transit gateway route table association not working. #10527
Transit gateway route table association not working. ... The propagation part works fine but it is not associating to the non_default table.
Read more >Transit Gateway Is Configured and Active but Connectivity Is ...
1. Go to AWS VPC console. · 2. Navigate to Transit Gateway Route Tables. · 3. Select the required route table. · 4....
Read more >aws ec2 associate-transit-gateway-route-table - Fig.io
--generate-cli-skeleton <string>, Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value ``input``, ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi @kbalk , Thanks for reporting. We are actively working on
TransitGateway
and related APIs.disassociate_transit_gateway_route_table
api is in road map.Thanks.
@macnev2013 @bblommers I modified my test environment to use moto for ec2 services and reran my Terraform integration tests. I have 2 that are now failing because
disassociate_transit_gateway_route_table
isn’t implemented. I checked the moto code and I don’t see logic for it, so I don’t think I goofed up there.The other 2 vpc-related Terraform scripts I’m dealing with are failing with the error:
I don’t know if you’re interested in fixing these errors, if I need to create new tickets for them and if it would help to have the Terraform for them. It takes a bit of work to get the Terraform winnowed down for a nice test case, but if it would help for the second problem, I could create a test file for you.