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 ...
Jan 5, 20223 min read2.3K

