I want to setup a route table system something like:
<code>Main Route Table:
Local route (e.g., 10.0.0.0/16 -> local).
Public Route Table:
Local route (e.g., 10.0.0.0/16 -> local).
Internet route (e.g., 0.0.0.0/0 -> igw-xxxxxxxx).
Private Route Table:
Local route (e.g., 10.0.0.0/16 -> local).
Internet route via NAT gateway (e.g., 0.0.0.0/0 -> nat-xxxxxxxx).
</code>
<code>Main Route Table:
Local route (e.g., 10.0.0.0/16 -> local).
Public Route Table:
Local route (e.g., 10.0.0.0/16 -> local).
Internet route (e.g., 0.0.0.0/0 -> igw-xxxxxxxx).
Private Route Table:
Local route (e.g., 10.0.0.0/16 -> local).
Internet route via NAT gateway (e.g., 0.0.0.0/0 -> nat-xxxxxxxx).
</code>
Main Route Table:
Local route (e.g., 10.0.0.0/16 -> local).
Public Route Table:
Local route (e.g., 10.0.0.0/16 -> local).
Internet route (e.g., 0.0.0.0/0 -> igw-xxxxxxxx).
Private Route Table:
Local route (e.g., 10.0.0.0/16 -> local).
Internet route via NAT gateway (e.g., 0.0.0.0/0 -> nat-xxxxxxxx).
But as seen in my photo, I somehow have two route tables set as main, where can I can’t delete either of them since their designated as main. How can I get my route table setup looking like the example I gave?
(The blue lines have the same value)