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
posta 10 mesi fa252 visualizzazioni
1 Risposta
0
Risposta accettata

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
ESPERTO
con risposta 10 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande