Step Functions Flashcards
How one can identify a Step Function’s single unit of work performed by a state machine?
Type must be “task” and Reource is a required parameter
"HelloWorld": { "Type": "Task", "Resource": "arn:aws:lambda:us-east-1:123456789012:function:HelloFunction", "Next": "AfterHelloWorldState", "Comment": "Run the HelloWorld Lambda function" }
The default Type for Step Functions state machines is:
Standard
Step Functions Standard Workflows are ideal for:
long-running (up to one year), durable, and auditable workflows.
In Step Functions Standard Workflows, for how long you can retrieve the full execution history?
You can retrieve the full execution history using the Step Functions API for up to 90 days after your execution completes.
How Step Functions Standard Workflow executions are billed?
Standard Workflow executions are billed according to the number of state transitions processed.
Step Functions Express Workflows are ideal for:
Express Workflows are ideal for:
- high-volume,
- event-processing workloads such as IoT data ingestion,
- streaming data processing and transformation
- mobile application backends.
What are the Step functions Standard vs Express Workflows maximum durations?
One year on Standard and five minutes on Express.
What are the Step functions Standard vs Express Workflows supported execution start rates?
- Standard: Over 2,000 per second
- Express: Over 100,000 per second
What service can automate and orchestrate a multi-source high-volume flow of data in a scalable data management solution built using AWS services?
Step Functions