AWS Certified Big Data – Specialty — Question 38

A gas company needs to monitor gas pressure in their pipelines. Pressure data is streamed from sensors placed throughout the pipelines to monitor the data in real time. When an anomaly is detected, the system must send a notification to open valve. An Amazon Kinesis stream collects the data from the sensors and an anomaly Kinesis stream triggers an AWS Lambda function to open the appropriate valve.
Which solution is the MOST cost-effective for responding to anomalies in real time?

Answer options

Correct answer: A

Explanation

Option A is the most cost-effective solution as it utilizes AWS Lambda and Amazon S3 to store and query data, minimizing ongoing costs. Options B and C involve more complex setups with additional resources like EMR clusters and EC2 instances, which increase costs. Option D, while effective, may also incur higher costs due to the operational overhead of Kinesis Analytics.