1

How do I trigger Cloudwatch Alarm based on output of Cloudwatch Insights queries?

SELECT CPUUtilization
  FROM SCHEMA("AWS/EC2", InstanceId) 
  WHERE CPUUtilization > 80
  GROUP BY InstanceId

For every record in the above query output, I would like to raise an alarm.

What's the best way to do this?

Yaakov Bressler
  • 9,056
  • 2
  • 45
  • 69
Biju
  • 820
  • 1
  • 11
  • 34

0 Answers0