
Nelson Timana
Hello Guru. What if I have 1 public subnet and 2 private subents (priv_sub1 and priv_sub2). I want instances in priv_sub1 to NAT but I don’t want instances in priv_sub2 to NAT. How can I achieve this?
Sign Up Free or Log In to participate!
Hello Guru. What if I have 1 public subnet and 2 private subents (priv_sub1 and priv_sub2). I want instances in priv_sub1 to NAT but I don’t want instances in priv_sub2 to NAT. How can I achieve this?
Psst…this one if you’ve been moved to ACG!
You would need to create separate route table for privsub2, explicitly associate privsub2 to that RT, then check the routes if there is no 0.0.0.0/0 to target NAT GW.