rose
rose

Reputation: 162

AWS alarm for real time values

(AWS Beginner)

I am connected to temperature sensors and want to trigger an email notification when temperature crosses the threshold value.

In SNS alarms,metrics are predefined and I am not able to customize my real time alarm.

Upvotes: 0

Views: 111

Answers (1)

Matt Houser
Matt Houser

Reputation: 36073

Amazon CloudWatch supports custom CloudWatch metrics.

http://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/publishingMetrics.html

Once you have your metrics being pushed to CloudWatch, you can then create a CloudWatch alarm on your custom metrics to trigger alerts via SNS.

Upvotes: 2

Related Questions