Add tags to default route table

0

Hi,

When a VPC creation is requested in a CloudFormation template, a default route table is automatically created and then associated to that VPC. Is there a way to add a Tag to that default route table ? We just want to add a tag name to quickly identify that route table in the AWS UI.

Best Regards, CG

profile picture
preguntada hace 10 meses253 visualizaciones
1 Respuesta
0
Respuesta aceptada

As described in the following documentation, the default root table is not recognized by CloudFormation.
So I think the way to achieve your requirements is to create a custom resource in CloudFormation.
https://repost.aws/knowledge-center/cloudformation-route-table-vpc

profile picture
EXPERTO
respondido hace 10 meses

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