Saltar al contenido

How to set route table as non-main?

0

I don't see edit option of it. I am using VPC console route table option.

Thx

preguntada hace 3 años5,7 mil visualizaciones
2 Respuestas
5
Respuesta aceptada
AWS
EXPERTO
respondido hace 3 años
EXPERTO
revisado hace 2 años
AWS
EXPERTO
revisado hace 3 años
2

The main route table is the default route table that every VPC has, and it's automatically associated with every subnet that you create, which doesn't have an explicit association with any other route table.

You cannot change a main route table to a custom one directly, or vice versa. However, what you can do is create a new custom route table, configure it as desired, and then change the association of your subnets from the main route table to the new custom route table.

EXPERTO
respondido hace 3 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.