AWS Certified SysOps Administrator – Associate (legacy) — Question 477

A user is sending a custom metric to CloudWatch. If the call to the CloudWatch APIs has different dimensions, but the same metric name, how will CloudWatch treat all the requests?

Answer options

Correct answer: A

Explanation

Amazon CloudWatch uniquely identifies a metric using a combination of its namespace, metric name, and any associated dimensions. Because dimensions are part of the metric's identity, publishing the same metric name with different dimensions results in CloudWatch treating them as completely separate and independent metrics. Therefore, CloudWatch does not aggregate them, overwrite them, or reject the requests.