Automate Disabling And Re-enabling AWS Cloudwatch Alarms During Maintenance Window
In this blog we are going to create a python script in which will disable all active cloudwatch alarms before maintenance/deployment window and enable it back again after maintenance/deployment window.
Boto3 is the name of the Python SDK for AWS. It ...
dheerajchoudhary.hashnode.dev3 min read
Hi Dheeraj,
Nice blog , I have similar situation where we receive so many cloudwatch alerts during maintenance which are mostly non actionable.
I would like to know , how we can use above script to connect to AWS account and disable alarms only for my applications without touching others.
In short where we can run above script as for now we only have read only access to AWS account.
1) Connect to AWS account 2) Disable only my application specific alarms (AWS account is shared by multiple application team )
Appreciate your guidance on above ask.
Thanks, Harish