AWS Certified Solutions Architect – Professional (SAP-C02) — Question 246

A company has automated the nightly retraining of its machine learning models by using AWS Step Functions. The workflow consists of multiple steps that use AWS Lambda. Each step can fail for various reasons, and any failure causes a failure of the overall workflow.

A review reveals that the retraining has failed multiple nights in a row without the company noticing the failure. A solutions architect needs to improve the workflow so that notifications are sent for all types of failures in the retraining process.

Which combination of steps should the solutions architect take to meet these requirements? (Choose three.)

Answer options

Correct answer: A, B, C

Explanation

The correct answer includes setting up an SNS topic for notifications (A), creating a task to forward input to that topic (B), and adding a Catch field for error handling (C). Options D, E, and F are not necessary for sending notifications for all failures in the retraining process as they focus on SES, which is not part of the requirement.