You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only one database route table for all of the database subnets is created, but when enabling the create_database_nat_gateway_route and one_nat_gateway_per_az option, the database route rule resource expects there to be more then 1 database route table. However, what ends up happening is that it tries to modify that single database route table the same number of times there are nat gateways which causes the above RouteAlreadyExists error.
The solution would be to create multiple database route tables when both create_database_nat_gateway_route and one_nat_gateway_per_az are enabled, then it should work as expected.
The text was updated successfully, but these errors were encountered:
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
When provisioning a VPC with the following options (in us-east-1 for example):
The following error occurs:
The problem lies here:
Only one database route table for all of the database subnets is created, but when enabling the
create_database_nat_gateway_route
andone_nat_gateway_per_az
option, the database route rule resource expects there to be more then 1 database route table. However, what ends up happening is that it tries to modify that single database route table the same number of times there are nat gateways which causes the aboveRouteAlreadyExists
error.The solution would be to create multiple database route tables when both
create_database_nat_gateway_route
andone_nat_gateway_per_az
are enabled, then it should work as expected.The text was updated successfully, but these errors were encountered: