- Newest
- Most votes
- Most comments
Hi. AWS Config send compliance status changes events to the Default EventBridge bus and you don't need to configure that. (Many AWS Services send events to EventBridge). Using EventBridge rules you configure which of published events are of your interest, using Event patterns, where based on the Event's attributes values/patterns you decide which ones to "capture" and what to do with them (f.i send those captured events to a Lambda function, SNS topic, among others). For this specific use case with AWS Config, for instance, you can create a rule where you specify the source of the event (AWS Config service) and type of the event (compliance status change), and even the name of the AWS Config Rule.
please see details in the following documentation:
https://repost.aws/knowledge-center/config-resource-non-compliant
Relevant content
- asked 5 months ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago