
Answer-first summary for fast verification
Answer: AWS Step Functions and Amazon Kinesis
Option C is the most suitable choice for implementing a serverless workflow for processing and analyzing IoT device data. AWS Step Functions is a serverless workflow service that allows you to coordinate multiple AWS services into serverless workflows so that you can build and update apps quickly. Amazon Kinesis is a scalable and durable real-time data streaming service that can handle high throughput and low-latency processing of streaming data. By using AWS Step Functions and Amazon Kinesis together, you can set up a serverless workflow that triggers whenever a new data batch is received from the IoT devices, processes the data, and performs the required analysis.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You have been asked to implement a serverless workflow for processing and analyzing IoT device data. The workflow should trigger whenever a new data batch is received from the devices. Which AWS service would you use to implement this serverless workflow, and how would you set it up?
A
AWS Lambda and Amazon S3
B
Amazon MWAA and Amazon S3
C
AWS Step Functions and Amazon Kinesis
D
AWS Glue and Amazon DynamoDB
No comments yet.