terraform-aws-rds-alarms
terraform-aws-rds-alarms copied to clipboard
Add treat missing data options to alarms
I'd like to be able to set the treat_missing_data option for the alarms while using this module. For example, I'd like to set it to notBreaching, to avoid instances where no data is captured by AWS or it erroneously marks the the alarm as insufficient data and then reports when it transitions back to OK.
Hey @hyei ,
I created #26 to address this. Can you take a look and let me know if it addresses your ask?
Yes, it looks like it will do what I need it to, which is to prevent the alarms created in the module to all complain if I temporarily pause/shutdown the rds instance with the alarms in place. We subscribe to rds events to be notified when the DB/RDS is down and none of the alarms supported in the module replace that, so individual settings for each alarm is not needed.