質問 ステータスチェックが10分間で5回以上失敗した場合にアラームを鳴らすようにアラームを設定したいです。基本的には、インスタンスが生きているかどうかを確認したいので、systemCheckFailedメトリクスを使用する予定です。以下のように正しい値を使用しているかどうかはよくわかりません。
mon-put-metric-alarm TestAlarm --comparisonoperator GreaterThanThreshold --evaluation-periods 5 --metric-name StatusCheckFailed --namespace "AWS/EC2" --period 600 --statistic Average --threshold 5 --alarm-actions arn :aws:autoscaling:us-east-1:764516644405:scalingPolicy:dtestguid:autoScalingGroupName/WebAutoScaleGroup:policyName/WebScaleUp --dimensions "AutoScalingGroupName=WebAutoScaleGroup"