Which combination of steps should the solutions architect take to meet these requirements?
(Choose three.)
Create an Amazon Simple Notification Service (Amazon SNS) topic with a subscription of type “Email” that targets the team’s mailing list.
Create a task named “Email” that forwards the input arguments to the SNS topic.
Add a Catch field to all Task, Map, and Parallel states that have a statement of “ErrorEquals”: [ “States.ALL” ] and “Next”: “Email”.
Add a new email address to Amazon Simple Email Service (Amazon SES). Verify the email address.
Create a task named “Email” that forwards the input arguments to the SES email address.
Add a Catch field to all Task, Map, and Parallel states that have a statement of “ErrorEquals”: [ “States.Runtime” ] and “Next”: “Email”.