AWS Certified Machine Learning – Specialty — Question 256

A network security vendor needs to ingest telemetry data from thousands of endpoints that run all over the world. The data is transmitted every 30 seconds in the form of records that contain 50 fields. Each record is up to 1 KB in size. The security vendor uses Amazon Kinesis Data Streams to ingest the data. The vendor requires hourly summaries of the records that Kinesis Data Streams ingests. The vendor will use Amazon Athena to query the records and to generate the summaries. The Athena queries will target 7 to 12 of the available data fields.

Which solution will meet these requirements with the LEAST amount of customization to transform and store the ingested data?

Answer options

Correct answer: C

Explanation

The correct answer is C because Amazon Kinesis Data Analytics is specifically designed to process and analyze streaming data in real-time, allowing for efficient aggregation and transformation without extensive customization. Options A and D suggest using AWS Lambda, which requires more configuration and management, while option B involves a short-lived Amazon EMR cluster, which adds unnecessary complexity for this requirement.