AWS Certified Solutions Architect – Professional — Question 765

A company is using IoT devices on its manufacturing equipment. Data from the devices travels to the AWS Cloud through a connection to AWS IoT Core. An Amazon Kinesis data stream sends the data from AWS IoT Core to the company's processing application. The processing application stores data in Amazon S3.

A new requirement states that the company also must send the raw data to a third-party system by using an HTTP API.

Which solution will meet these requirements with the LEAST amount of development work?

Answer options

Correct answer: C

Explanation

Amazon Kinesis Data Firehose natively supports HTTP endpoints as delivery destinations, allowing integration with third-party APIs without writing custom code. Since the data is already flowing through a Kinesis data stream, attaching a Firehose delivery stream to it requires the least development effort. Other options either require writing and maintaining custom AWS Lambda code or introduce unnecessary latency and complexity through S3 event triggers.