gpt4 book ai didi

amazon-web-services - 我正在寻找一种通过 cloudformation 将新的 cloudwatch 事件添加到现有 redshift 集群的方法

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

因此,我已经运行了一个使用 cloudformation 创建的现有 redshift 集群,现在我需要向该集群添加一个新的 cloudwatch 事件,如下代码所示,如​​何将新警报与现有集群映射。

这适用于现有的 AWS Redshift 集群

   Type: AWS::CloudWatch::Alarm
Properties:
AlarmDescription: !Join [ " ", [ "Health status alarm for", !Ref RedshiftCluster, "Redshift Cluster"]]
AlarmActions:
- !Ref redshiftClusterSNSTopic
MetricName: HealthStatus
Namespace: AWS/Redshift
Statistic: Average
Period: 300
EvaluationPeriods: 3
Threshold: 1
ComparisonOperator: LessThanThreshold
Dimensions:
- Name: ClusterIdentifier
Value: !Ref CARedshiftCluster

不知道如何执行此操作,感谢帮助。

最佳答案

您可以给cloudkast尝试一下。它是一个在线云信息模板生成器。它会定期更新。目前它确实支持cloudwatch。

关于amazon-web-services - 我正在寻找一种通过 cloudformation 将新的 cloudwatch 事件添加到现有 redshift 集群的方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56751020/

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