我想使用cloudformation模板为某个端点的Route53 Healthcheck状态创建一个cloudwatch警报。
这是我的Route53 HealthCheck状态的云形态模板:
Exception
这是我的cloudwatch闹钟:
EndpointHealthCheck:
Properties:
HealthCheckConfig:
AlarmIdentifier:
Name: !Ref EndpointCriticalAlarm
Region: !Ref AWS::Region
Type: HTTPS
ResourcePath: /sample/path
FullyQualifiedDomainName: sample.com
RequestInterval: 60
FailureThreshold: 5
cloudwatch闹钟是否能够从Route53健康检查状态收集数据?感谢
答案 0 :(得分:0)
我曾经遇到过同样的问题,而警报定义中的ActionsEnabled: true
修复了该问题
答案 1 :(得分:0)
由于适用于 CloudFormation 和 HealthCheck 警报的区域限制,这是不可能的:https://stackoverflow.com/a/66969674/1714171