有人能建议我们如何使用Terraform为"CPUUtilization“和"FreeableMemory”创建Elasticache集群的告警吗?
Elasticache似乎是一个例外,因为我们无法获得集群级别的指标。目前的解决方法似乎是在节点级别创建警报。
下面没有尝试过,但看起来像是一个变通方法-
https://github.com/azavea/terraform-aws-redis-elasticache/blob/develop/main.tf
发布于 2018-12-04 01:23:46
这是可能的,而且documented here。
发布于 2018-12-06 21:59:00
这是我的terraform模块,用于在节点级别为rds和缓存集群创建cloudwatch警报。
https://bitbucket.org/rkkrishnaa/terraform/src/master/
我已经添加了Jenkinsfile来通过CI部署警报。
https://stackoverflow.com/questions/53594680
复制相似问题