cloudwatch actions Flashcards
What do CloudWatch Actions allow you to do?
CloudWatch Actions allow you to publish, monitor, and alert on a variety of metrics.
What does PutMetricData do?
PutMetricData publishes metric data points to CloudWatch.
What does PutMetricAlarm do?
PutMetricAlarm creates an alarm associated with a metric to alert you if a threshold has been reached.
What is CloudWatch Log Insights?
CloudWatch Log Insights allows you to query and analyze data stored in CloudWatch Logs. It also generates visualizations and provides example queries like ‘Most expensive lambda requests’ and ‘Display 25 most recently added log events’.
How can you receive notifications with CloudWatch?
You can use CloudWatch Alarms to notify you when a threshold is hit. CloudWatch can also send you email notifications using an SNS topic.
What are CloudWatch Alarms used for?
CloudWatch Alarms are used to notify you when a threshold is hit for a metric.
How does CloudWatch send email notifications?
CloudWatch sends email notifications using an SNS topic.