A business-license approval process needs multi-step orchestration with wait states and human approval callbacks before the license is issued. Which AWS service should the architect choose for that workflow?
Select an answer to reveal the explanation.
Short Explanation
License approvals are a play with scenes and intermissions—Step Functions runs that script, including waits and human thumbs-up. CloudFront edge snippets and WAF rules are not workflow orchestrators.
Full Explanation
AWS Step Functions is designed for multi-step workflows, including wait states and callback patterns for human approval. S3 inventory, CloudFront Functions, and WAF address storage reporting, edge logic, and web filtering—not durable business-process orchestration.