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

A user is collecting 1000 records per second. The user wants to send the data to CloudWatch using a custom namespace. Which of the below mentioned options is recommended for this activi-ty?

Answer options

Correct answer: B

Explanation

Publishing 1,000 individual metric data points per second to CloudWatch would quickly exceed API throttle limits and incur high costs. The recommended best practice is to pre-aggregate high-frequency data locally into a StatisticSet (containing Min, Max, Sum, and SampleCount) before calling the PutMetricData API. CloudWatch does not support direct CSV uploads or automatic comma-separated parsing for raw data ingestion.