Skip to content

how to enable route propagation in the routing tables

1

I hope all is well. I am working on a project to move our infrastructure to terraform and have the Infrastructure as Code. Route propagation is not working in our test account however I copied everything that we have in our main account. I know there is no limitation for routings and it should be a technical config issue. 3 VPCs (Prod, Dev, Stage) are going to route traffic to the internet through 1 VPC (DMZ) and 1 IGW in the DMZ. In the main account the routing is working fine but in the test account the propagation does not change to enabled ("yes").

1 Answer
0

its 3 year old question but no updates have been done to suggest if you were able to solve it or not. If solved what was the problem. I feel it to be a Transit Gateway Route Table Association/Propagation not setup or missing. Make sure each VPC attachment Is associated with a TGW route table and Has route propagation enabled. Less likely condition but possible that IAM Permissions for TGW Propagation are missing. Other issue can be that Route Tables in VPCs Not Sending data to TGW. Some propagations fail because Terraform doesn't wait for the attachment to fully complete before enabling propagation. Use depends_on explicitly.

answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.