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 Answers
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
answered a year ago
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
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions