bcgov / cloud-pathfinder

This is the technology and UX backend repo for the cloud pathfinder ZenHub task board
https://app.zenhub.com/workspaces/cloud-pathfinder-5e4dbb426c3c6af8dcbf06a7/board?repos=241742911
Creative Commons Zero v1.0 Universal
2 stars 8 forks source link

Fix Cross Zone Routing in the ASEA On-Premise Subnet Route Table #2902

Open MaxWardle opened 3 months ago

MaxWardle commented 3 months ago

Describe the bug There is an issue in the ASEA central routing where cross AZ routes are being dropped. This results in intermittent 504s. This essentially means that our highly available routing network actually devolves to a single point of failure. We need to enable cross AZ routing in the on-premise subnet's route table in the Perimeter account. This means that we need to provide a route to the GWLB from aza to azb and azb to aza within the route table. See attached ticket for solution.

Additional context This is the pull request Ryan J made to do this change: https://github.com/aws-samples/aws-secure-environment-accelerator/pull/1007

Definition of done