NixOS / nixops-aws

GNU Lesser General Public License v3.0
52 stars 38 forks source link

Internet Gateway route are added to a secondary routing table rather than the main one #7

Closed RaitoBezarius closed 5 years ago

RaitoBezarius commented 5 years ago

When an internet gateway route is added through NixOps, it seems like it's not always to the main one, causing it to be somehow "inactive" (for example, SSH is unreachable until the IGW is added on the main routing table).

Can we control the main/secondary routing table behavior through routeTable? Can we ensure that IGWs are always attached to the main one? (because I don't know if it makes sense to attach them to the secondary one…)

RaitoBezarius commented 5 years ago

I understood, this bug is not really a bug, I have to create a route table association in order to make this working.