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
gefragt vor 10 Monaten252 Aufrufe
1 Antwort
0
Akzeptierte Antwort

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
EXPERTE
beantwortet vor 10 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen