0
0
AWScloud~5 mins

CloudWatch alarms in AWS - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is an AWS CloudWatch alarm?
An AWS CloudWatch alarm watches a specific metric and sends a notification or takes an action when the metric crosses a set threshold.
Click to reveal answer
beginner
Which metric data can CloudWatch alarms monitor?
CloudWatch alarms can monitor metrics like CPU usage, disk reads/writes, network traffic, or custom metrics you send to CloudWatch.
Click to reveal answer
intermediate
What happens when a CloudWatch alarm state changes to ALARM?
When the alarm state changes to ALARM, it can send notifications (like email or SMS) or trigger automated actions such as scaling resources.
Click to reveal answer
beginner
How do you define the threshold for a CloudWatch alarm?
You set a threshold value and a comparison operator (like greater than or less than) that the metric must cross to trigger the alarm.
Click to reveal answer
intermediate
Can CloudWatch alarms monitor multiple metrics at once?
No, each CloudWatch alarm monitors a single metric or a math expression based on metrics, but not multiple separate metrics directly.
Click to reveal answer
What does a CloudWatch alarm do when a metric crosses its threshold?
ADeletes the resource
BSends a notification or triggers an action
CAutomatically fixes the issue
DStops monitoring the metric
Which of these can be used as a CloudWatch alarm action?
AModify the metric data
BChange the AWS region
CSend an email notification
DCreate a new AWS account
What is required to create a CloudWatch alarm?
AA database instance
BAn AWS IAM user only
CA CloudFormation template
DA metric and a threshold
Can CloudWatch alarms monitor custom metrics?
AYes, if you send custom metrics to CloudWatch
BNo, only AWS default metrics
COnly metrics from EC2 instances
DOnly metrics from S3 buckets
What state does a CloudWatch alarm enter when the metric is within normal range?
AOK
BALARM
CINSUFFICIENT_DATA
DERROR
Explain how a CloudWatch alarm works and what it can do when triggered.
Think about watching a number and reacting when it gets too high or low.
You got /4 concepts.
    Describe the steps to create a CloudWatch alarm for monitoring CPU usage.
    Imagine setting a speed limit and getting a warning if you go over.
    You got /4 concepts.