AWS Certified Solutions Architect – Professional (SAP-C02) — Question 373

A company has mounted sensors to collect information about environmental parameters such as humidity and light throughout all the company's factories. The company needs to stream and analyze the data in the AWS Cloud in real time. If any of the parameters fall out of acceptable ranges, the factory operations team must receive a notification immediately.

Which solution will meet these requirements?

Answer options

Correct answer: C

Explanation

Option C is correct because Amazon Kinesis Data Streams integrated with AWS Lambda provides a low-latency, real-time streaming and serverless processing pipeline, while Amazon SNS is designed for sending immediate push notifications. Option A is incorrect because Kinesis Data Firehose is optimized for loading data into destinations in near-real-time rather than immediate, event-driven analysis, and Step Functions is not meant for direct stream consumption. Options B and D introduce unnecessary operational complexity and utilize Amazon SES, which is less suited for immediate operational alerting compared to Amazon SNS.