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
asked 9 months ago238 views
1 Answer
0
Accepted Answer

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
EXPERT
answered 9 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions