gpt4 book ai didi

amazon-web-services - 通过 Cloudformation 创建 Route53 运行状况检查状态的 Cloudwatch 警报

转载 作者:行者123 更新时间:2023-12-05 07:38:21 25 4
gpt4 key购买 nike

我想使用 cloudformation 模板为某些端点的 Route53 Healthcheck 状态创建一个 cloudwatch 警报。

这是我的 Route53 HealthCheck 状态的云信息模板:

EndpointHealthCheck:
Properties:
HealthCheckConfig:
AlarmIdentifier:
Name: !Ref EndpointCriticalAlarm
Region: !Ref AWS::Region
Type: HTTPS
ResourcePath: /sample/path
FullyQualifiedDomainName: sample.com
RequestInterval: 60
FailureThreshold: 5

这是我的云 watch 闹钟:

EndpointCriticalAlarm:
Type: "AWS::CloudWatch::Alarm"
Properties:
AlarmDescription: sample description
AlarmName: HealthCheckAlarm
Namespace: "AWS/Route53"
MetricName: HealthCheckStatus
ComparisonOperator: GreaterThanOrEqualToThreshold
Period: 60
EvaluationPeriods: 1
Statistic: Average
Threshold: !Ref FailureThreshold
AlarmActions:
- !Ref AlarmSNSTopicArn

cloudwatch警报是否能够从Route53健康检查状态收集数据?谢谢

最佳答案

我曾经遇到过同样的问题,警报定义中的 ActionsEnabled: true 解决了这个问题

关于amazon-web-services - 通过 Cloudformation 创建 Route53 运行状况检查状态的 Cloudwatch 警报,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47975694/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com