Sha256: a032dd1f4aa1f9c83d8d299d449151128c16ff2a3fc283313d1715c70a3057d9
Contents?: true
Size: 1.16 KB
Versions: 32
Compression:
Stored size: 1.16 KB
Contents
AWS::CloudWatch::Alarm: Properties: ActionsEnabled: "\"true\"" AlarmActions: ["arn:aws::xxxxx"] # [ Ref("SNS"), Ref("Lambda") ] AlarmDescription: "\"it creates noise by save your life\"" AlarmName: "\"alarm_name\"" ComparisonOperator: "\"GreaterThanOrEqualToThreshold | GreaterThanThreshold | LessThanThreshold | LessThanOrEqualToThreshold\"" Dimensions: | [{ "Name" => "AutoScalingGroupName", "Value" => "WebServer" # Ref("WebSever") }] EvaluationPeriods: "\"1\"" InsufficientDataActions: ["arn:aws::xxxxx"] MetricName: "\"CPUUtilization\"" Namespace: "\"AWS/EC2\"" OKActions: ["arn:aws::xxxx"] Period: "\"60 # multiple of 60\"" Statistic: "\"SampleCount | Average | Sum | Minimum | Maximumi\"" Threshold: "\"90\"" Unit: "\" Seconds | Microseconds | Milliseconds | Bytes | Kilobytes | Megabytes | Gigabytes | Terabytes | Bits | Kilobits | Megabits | Gigabits | Terabits | Percent | Count | Bytes/Second | Kilobytes/Second | Megabytes/Second | Gigabytes/Second | Terabytes/Second | Bits/Second | Kilobits/Second | Megabits/Second | Gigabits/Second | Terabits/Second | Count/Second | None\""
Version data entries
32 entries across 32 versions & 1 rubygems