
Answer-first summary for fast verification
Answer: Amazon Kinesis Data Streams
For real-time processing of IoT messages at scale, Amazon Kinesis Data Streams is the most suitable AWS service. Kinesis Data Streams can ingest and process large streams of data from millions of sources, such as IoT devices, with seamless scalability based on the incoming data volume. AWS Lambda can be triggered by Kinesis Data Streams to process the incoming messages, providing a scalable and serverless solution for this scenario.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A startup is developing a new IoT application that needs to process messages from millions of devices in real-time. The processing should scale automatically based on the incoming message volume. Which AWS service should they use?
A
AWS Lambda
B
Amazon SQS
C
Amazon Kinesis Data Streams
D
Amazon MQ
No comments yet.