Which of the below mentioned options is true with respect to the above statement?
The setup will not work as CloudWatch cannot receive data across regions
CloudWatch will receive and aggregate the data based on the namespace and metric
CloudWatch will give an error since the data will conflict due to two sources
CloudWatch will take the data of the server, which sends the data first
Explanations:
CloudWatch can receive data from different regions as long as the data is sent to the appropriate regional endpoint. The data is not region-specific when using CloudWatch.
CloudWatch will aggregate data based on the namespace and metric. It can accept data from different regions and combine it under the same namespace and metric.
CloudWatch will not give an error due to data conflicts from multiple sources with the same metric. It is designed to handle this scenario by aggregating the data.
CloudWatch does not prioritize data based on the order in which it is received. It aggregates the data from both servers based on the namespace and metric.