Route53 HostedZoneTags vs regular tags

Viewed 288

When you create a Route 53 Hosted zone via Cloudformation, you can specify HostedZoneTags. Do these differ in any ways from regular tags set with Cloudformation?

1 Answers

The Cloudformation Tag type enables you to specify a key-value pair that can be used to store information about an AWS CloudFormation stack.

The HostedZoneTags property describes key-value pairs that are associated with an AWS::Route53::HostedZone resource.

Related