How can I enable email notifications for non-compliant resources in AWS Config

0

In AWS Config, I would like to configure email notifications for non-compliant resources. How can I set up AWS Config to send email alerts whenever a resource is found to be non-compliant with the specified rules? Any guidance on configuring email notifications in AWS Config would be greatly appreciated.

已提問 1 年前檢視次數 355 次
1 個回答
1
已接受的答案
profile picture
專家
已回答 1 年前
  • Hi, I have already gone through this document but im not geeting any mail for non compliant resources.

  • Did you check: If rule is triggered, if so, then Did SNS topic receive message, check the SNS metrics If rule is not triggered, did you check the event pattern, is there any mismatch.

  • OK. If you are still having problems not receiving email after following the instructions, this guidance will help you.

    https://repost.aws/knowledge-center/config-sns-notification-troubleshooting

    Anyway, AWS Config does not have feature to send email, so using AWS Config with Event Bridge+Amazon SNS is bestpractice to send email.

  • Could you help on below points like how i need to check. "If rule is triggered, if so, then Did SNS topic receive message, check the SNS metrics If rule is not triggered, did you check the event pattern, is there any mismatch."

  • For eventbridge rule:

    Go to eventbridge console-> open the rule which is being used -> Monitoring -> Invocations. There you can see if your rule is getting invoked or not.

    For SNS:

    Go to Cloudwatch console ->Metric -> All metrics -> Browse -> SNS -> Topic Metrics -> Select your topic with metric names -> NumberOfNotificationsDelivered, NumberOfNotificationsFailed, NumberOfMessagesPublished.

    This way you'd be able to find where the problem exists, whether it's eventbridge rule or sns.

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南