nerdexam
Amazon

SAA-C03 · Question #393

A company runs a content management system on an Amazon Elastic Container Service (Amazon ECS) cluster. The system allows visitors to provide feedback about the company's products by uploading…

The correct answer is D. Use S3 Event Notifications to invoke an Amazon EventBridge rule. Configure the rule to initiate. AWS Step Functions is designed to coordinate multiple AWS services into serverless workflows, handling errors, retries, and complex logic. By configuring Amazon S3 Event Notifications to trigger an Amazon EventBridge rule, you can automatically start a Step Functions workflow…

Submitted by certguy· Mar 4, 2026Design High-Performing Architectures

Question

A company runs a content management system on an Amazon Elastic Container Service (Amazon ECS) cluster. The system allows visitors to provide feedback about the company's products by uploading documents and photos of the products to an Amazon S3 bucket. The company has a workflow on AWS that processes uploaded documents to perform sentiment analysis of photos and text. The processing workflow calls multiple AWS services. The company needs a solution to automate the processing workflow. The solution must handle any failed uploads. Which solution will meet these requirements with the LEAST effort?

Options

  • AUse S3 Event Notifications to publish events to an Amazon Simple Notification Service (Amazon
  • BUse S3 Event Notifications to publish events to an Amazon Simple Queue Service (Amazon
  • CUse S3 Event Notifications to publish events to an Amazon Simple Queue Service (Amazon
  • DUse S3 Event Notifications to invoke an Amazon EventBridge rule. Configure the rule to initiate

How the community answered

(27 responses)
  • A
    7% (2)
  • B
    22% (6)
  • C
    11% (3)
  • D
    59% (16)

Explanation

AWS Step Functions is designed to coordinate multiple AWS services into serverless workflows, handling errors, retries, and complex logic. By configuring Amazon S3 Event Notifications to trigger an Amazon EventBridge rule, you can automatically start a Step Functions workflow when a new object is uploaded to S3. Step Functions can manage retries for failed uploads and orchestrate calls to various AWS services with minimal operational effort.

Community Discussion

No community discussion yet for this question.

Full SAA-C03 Practice