
Explanation:
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.
Ultimate access to all questions.
No comments yet.
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