question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

EC2 get_transit_gateway_route_table_associations API not supported

See original GitHub issue

I 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:closed
  • Created 2 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
macnev2013commented, Aug 4, 2021

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.

1reaction
kbalkcommented, Aug 4, 2021

@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:

  File "/home/kbalk/plus3it/moto/moto/ec2/responses/transit_gateway_attachments.py", line 104, in disable_transit_gateway_route_table_propagation
    transit_gateway_propagation = self.ec2_backend.disable_transit_gateway_route_table_propagation(
  File "/home/kbalk/plus3it/moto/moto/ec2/models.py", line 6708, in disable_transit_gateway_route_table_propagation
    self.transit_gateway_propagations[
KeyError: 'tgw-attach-62b306a9ea918cb00'

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found