An application running on Amazon EC2 instances sends custom metrics to CloudWatch. The team notices that some metrics are not appearing. What is the most likely cause?
Custom metrics require the CloudWatch agent or direct API calls.
Why this answer
Option A is correct because the CloudWatch agent must be installed and configured to send custom metrics. Option B is wrong because IAM permissions are required but the agent also needs to be installed. Option C is wrong because the agent needs to be running.
Option D is wrong because the metric namespace is configured in the agent, not in CloudWatch.