Please enable JavaScript.
Coggle requires JavaScript to display documents.
AWS Step Functions, AWS Batch - Coggle Diagram
AWS Step Functions
Out of the box coordination of AWS Services
SWS more for need to support external processes or manual steps
Scalable & HA
Design App as State Machine
detailed logs
Amazon State Language - JSON
Visual Interface to describe flow
Apps can interact with stream
managed workflow & orchestration Platform (AWS Services)
Preferred over SWS
AWS Batch
create a job queue
can have priorities
create a job definition
script or JSON
scheduled or recurring task without big logic
SQS --> Messaging Queue with Store and Forward Pattern
batch oriented tasks on EC2
create EC2
on demand
on spot
vCPU
cronjobs like