What is the VPC subnet route priority when two targets have the same default 0.0.0.0/0 route as the destination?

0

If a public subnet has an attached route table with the following routes:

DestinationTarget
0.0.0.0/0nat-gateway-id
0.0.0.0/0igw-gateway-id

Which entry will take priority?. Is order considered in such case?

AWS
preguntada hace 4 años1834 visualizaciones
1 Respuesta
0
Respuesta aceptada

In a VPC route table, you cannot have two targets with static routes for the same destination network. For example, the subnet route table already has a default route 0.0.0.0/0 pointing to <igw-gateway-id> and if you try to add another default route 0.0.0.0/0 pointing to <nat-gateway-id> in the same route table, will result in the error message: "The route identified by 0.0.0.0/0 already exists."

AWS
respondido hace 4 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas