+1 vote
in AWS by

What Actions Can I Take From A Cloudwatch Alarm?

1 Answer

0 votes
by

When you create an alarm, you can configure it to perform one or more automated actions when the metric you chose to monitor exceeds a threshold you define.

Ex: send an email, publish to SQS, stop/terminate an EC2 instance, or execute an auto-scaling policy.

...