AWS Certified Data Analytics – Specialty — Question 106

A company operates toll services for highways across the country and collects data that is used to understand usage patterns. Analysts have requested the ability to run traffic reports in near-real time. The company is interested in building an ingestion pipeline that loads all the data into an Amazon Redshift cluster and alerts operations personnel when toll traffic for a particular toll station does not meet a specified threshold. Station data and the corresponding threshold values are stored in Amazon S3.
Which approach is the MOST efficient way to meet these requirements?

Answer options

Correct answer: A

Explanation

Option A is the most efficient as it utilizes Amazon Kinesis Data Firehose to deliver data to both Amazon Redshift and Kinesis Data Analytics while also incorporating a reference data source for threshold values from Amazon S3. The other options, while valid, introduce unnecessary complexity or additional components that could delay the real-time reporting and alerting requirements.