Courseiva
Monitoring, Logging, and RemediationeasyMultiple ChoiceObjective-mapped

SOA-C02 Monitoring, Logging, and Remediation Practice Question

Network Topology
aws cloudwatch get-metric-statisticsnamespace AWS/EC2metric-name CPUUtilizationdimensions Name=InstanceIdstart-time 2023-01-01T00:00:00Zend-time 2023-01-01T01:00:00Zperiod 300statistics AverageRefer to the exhibit.Output:"Label": "CPUUtilization","Datapoints": []

Refer to the exhibit. The command returns no datapoints for CPUUtilization for the specified instance. What is the most likely reason?

⚠ Common exam trap

Many exam-takers assume missing datapoints are due to a configuration issue (like detailed monitoring not enabled or wrong period), when in fact the instance simply wasn't running during the queried time window.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

The instance was stopped or did not emit metrics during the specified time range.

The most likely reason for no datapoints is that the instance was stopped or did not emit metrics during the specified time range. CloudWatch only retains and returns metric data when the instance is running and the CloudWatch agent or EC2 hypervisor is actively publishing CPUUtilization. If the instance was in a stopped state, no metrics are generated, resulting in an empty response from the GetMetricStatistics API call.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • The instance was stopped or did not emit metrics during the specified time range.

    Why this is correct

    If the instance is stopped, no metrics are emitted.

  • The metric name is incorrect.

    Why it's wrong here

    CPUUtilization is a valid metric for EC2.

  • The instance does not have detailed monitoring enabled.

    Why it's wrong here

    Basic monitoring (5-minute) is enabled by default; the period matches.

  • The period of 300 seconds is too short.

    Why it's wrong here

    300 seconds (5 minutes) is a valid period.

About these practice questions

One of 247 original SOA-C02 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This SOA-C02 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the SOA-C02 exam.