AWS - CloudWatchYou set a CloudWatch alarm to trigger when CPU utilization exceeds 70%, but it never triggers even when CPU is 80%. What is a likely cause?AThe metric period is too long, smoothing out spikesBThe alarm threshold is set incorrectly below 70%CThe alarm action is missingDThe CPU utilization metric is disabledCheck Answer
Step-by-Step SolutionSolution:Step 1: Understand alarm threshold and metric periodThe alarm triggers if average CPU exceeds 70% during the period.Step 2: Identify effect of long metric periodA long period averages out spikes, so short CPU spikes above 70% may not trigger alarm.Final Answer:The metric period is too long, smoothing out spikes -> Option AQuick Check:Long period averages hide spikes [OK]Quick Trick: Long metric periods smooth spikes, prevent alarms [OK]Common Mistakes:Assuming threshold is set below 70%Ignoring missing alarm actionsThinking metrics can be disabled
Master "CloudWatch" in AWS9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More AWS Quizzes API Gateway - API keys and usage plans - Quiz 7medium AWS Lambda - Lambda pricing model - Quiz 7medium AWS Lambda - Creating a Lambda function - Quiz 10hard Auto Scaling - Auto Scaling with ELB integration - Quiz 5medium Auto Scaling - Cooldown periods - Quiz 13medium Auto Scaling - Predictive scaling overview - Quiz 7medium CloudWatch - Default vs custom metrics - Quiz 6medium DynamoDB - Secondary indexes (GSI, LSI) - Quiz 14medium RDS and Relational Databases - Read replicas for performance - Quiz 15hard SNS and SQS - SNS and SQS integration pattern (fan-out) - Quiz 11easy