AWS config and Configuration change notifications

0

I've set up inventory management with SSM on several instances, and am currently recording changes in AWS config. I can go to the console and see the various changes on various days. but as the world is going I need this to be automated. I need to figure out a way to get sns notifications for configuration changes send to me

If possible only configuration changes of major and minor versions of applications would be ideal. but I will be happy with any notification to start.

已提问 2 年前908 查看次数
2 回答
0

Please see the below documentation for setting up notifications of AWS Config changes through Amazon SNS. The solution uses EventBridge to receive AWS Config events and have EventBridge rules send messages to SNS (AWS Config -> EventBridge -> SNS). I recommend starting with the sample from the documentation and customize fields as needed.

AWS
Taka_M
已回答 2 年前
0

In AWS Config you will want to take a look at your settings and make sure you setup an SNS Topic that AWS Config can send notifications to and then subscribe to that Topic. Then you will want to make sure you are getting Configuration Item Changes for AWS::SSM::ManagedInstanceInventory resources. If you want filter a bit more, you can use EventBridge Rules to send notifications or you can do something with a Custom Config Rule, included a link to a Manager Config rule for checking for applications in the inventory. Depending on how many changes are happening in your environment, these notifications may end up being too much noise so using a rule to catch a specific change might be better.

https://docs.aws.amazon.com/config/latest/developerguide/manual-setup.title.html#gs-settings.title

https://docs.aws.amazon.com/config/latest/developerguide/example-sns-notification.html

https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-inventory-setting-up-eventbridge.html

https://docs.aws.amazon.com/config/latest/developerguide/ec2-managedinstance-applications-blacklisted.html

profile pictureAWS
aaron_l
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则