Terraform Structure for Enabling/Disabling Alarms in Batches

nhammad
Geek Culture
Published in
2 min readOct 10, 2022

--

Have you ever encountered a situation where you wanted to disable or enable multiple AWS CloudWatch alarms as a batch? Perhaps during a planned maintenance cycle or maybe while refactoring certain components of your architecture?

In this article, let’s discuss how you could use AWS Lambda and Events Bridge to automate and schedule the enabling or disabling of…

--

--