volume_mute

Choose the right workflow type

publish date2024/08/19 23:57:57.416305 UTC

volume_mute

There is an application designed to process wither sensor data from multiple locations.  Sensors send data every second.  Their number is over 10000 in different places of the country.

You have been asked to build an orchestration solution to receive, validate, correct, and save it in a DynamoDB.  You have been asked to use AWS Step Functions to do this job.

Which workflow type are you going to choose?

Standard Workflow
Express Workflow
Any type

Correct Answer

Express Workflow

Explanation

  • Standard Workflows are ideal for long-running, durable, and auditable workflows. 
  • Express Workflows are ideal for high-volume, event-processing workloads such as IoT data ingestion, streaming data processing and transformation, and mobile application backends.

Reference

go-math-science.com


Quizzes you can take where this question appears