A brittle Bash script on a shared operations host copies extracts between the permitting system, finance, and GIS, with no retries, timeouts, or visible state when a step fails overnight. Which orchestration modernization should architects select?
Select an answer to reveal the explanation.
Short Explanation
Overnight Bash glue is a treasure map nobody can read at 3 a.m. Step Functions turns the handoffs into a flowchart with retries and a status you can actually see. A longer script is still a script.
Full Explanation
AWS Step Functions is the Task 4.4 orchestration service for replacing brittle, host-bound glue between municipal systems. State machines provide retries, timeouts, catchers, and an auditable execution history across permitting, finance, and GIS integrations. Longer Bash, a single short-lived Lambda, and manual USB copies do not provide managed orchestration.