Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Route53 Zone tags to Zone Records #297

Open
ekristen opened this issue Sep 12, 2024 · 1 comment
Open

Add Route53 Zone tags to Zone Records #297

ekristen opened this issue Sep 12, 2024 · 1 comment

Comments

@ekristen
Copy link
Owner

Records can't have tags, but some of those tags from the zone could be valuable information for filtering. We should add zone tags to the zone records.

          Oh interesting. Technically we could probably do that, pull some of the zone information into the record set (like tags).  Something like `tag:zone:<key>=<value>` that way you could do a filter on a tag of a zone for a record. If you are interested in that we can make a feature request for it. Seems valuable.

Originally posted by @ekristen in #293 (comment)

@mdgm88
Copy link

mdgm88 commented Sep 13, 2024

There are other services that this kind of thing could be handy for too e.g. SNS Subscriptions don't have tags, but SNS topics do (also if SNS subscriptions are not attached to a topic it would be nice to be able to delete those).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants