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

A user has two EC2 instances running in two separate regions. The user is running an internal memory management tool, which captures the data and sends it to
CloudWatch in US East, using a CLI with the same namespace and metric. Which of the below mentioned options is true with respect to the above statement?

Answer options

Correct answer: B

Explanation

Amazon CloudWatch allows custom metrics to be published from any source, including across regions, as long as the correct endpoint is targeted. When multiple sources send data using the exact same namespace and metric name, CloudWatch aggregates this data chronologically. Therefore, it will successfully collect and combine the memory metrics from both EC2 instances under the specified namespace and metric.