1 Answer
- Newest
- Most votes
- Most comments
1
Hi.
I understand that you want to detect untagged resources.
In your scenario, it's better to use AWS Config instead of CloudWatch alarms.
AWS Config can check the customized compliance status of resources and notify administrators.
In particular, the required-tag managed rules provided by AWS will be useful to you. It is also possible to expand the range of support for various resources by creating your own custom rules.
https://docs.aws.amazon.com/config/latest/developerguide/required-tags.html
Either way, AWS Config is for you.
Relevant content
- asked 2 years ago
- Accepted Answerasked a year ago
- asked a year ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 10 months ago
- AWS OFFICIALUpdated 3 months ago
Thank you for your help!
But do you have any solutions or documentation on how this can be done via CloudWatch? To receive email alerts as soon as resources without TAG are created. Psi I didn't find anything like it.
Thank you again.
CloudWatch conditions monitor metrics and logs, but not tags.
I don't think there is any documentation, but why do you want to use CloudWatch? You should use Config in your use case.
You should send email alerts from Config using SNS.