AWS Certified Data Analytics – Specialty — Question 137

A company is building a service to monitor fleets of vehicles. The company collects IoT data from a device in each vehicle and loads the data into Amazon
Redshift in near-real time. Fleet owners upload .csv files containing vehicle reference data into Amazon S3 at different times throughout the day. A nightly process loads the vehicle reference data from Amazon S3 into Amazon Redshift. The company joins the IoT data from the device and the vehicle reference data to power reporting and dashboards. Fleet owners are frustrated by waiting a day for the dashboards to update.
Which solution would provide the SHORTEST delay between uploading reference data to Amazon S3 and the change showing up in the owners' dashboards?

Answer options

Correct answer: A

Explanation

Option A is correct because it triggers a Lambda function immediately upon the upload of reference data, ensuring real-time updates in Amazon Redshift. Option B introduces a delay due to the scheduled nature of the job, while C and D involve Kinesis but may not provide the same immediacy as Lambda triggers when it comes to data loading.