CloudWatch alarms creating automatically

0

Recently I worked with a project that needs some EC2 servers and RDS for the web applications. After creating all infrastructure resources, I have to create CloudWatch alarms for all EC2 and RDS instances, then I found I have to create hundreds of alarms in CloudWatch which is a nightmare for me!

In order to make life easier, I developed a solution for this situation, for details please refer to the following link:
https://github.com/jayhebe/cloudwatch_alarm_generator

Hope this is helpful and I know there are a lot of limitations and as a beginner of programming, the code is not perfect as well, but I am still working on that iteratively to make it better.

Let me know if you have any question :)

Br
Jay

Jay
asked 2 years ago353 views
1 Answer
0

Thank you very much for sharing this project with us, this is a great initiative. You may be interested to check in on the CloudWatch Auto Alarm sample that AWS hosts on https://github.com/aws-samples/amazon-cloudwatch-auto-alarms. I hope you find it helpful as well.

profile pictureAWS
Jsc
answered 10 months 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