nerdexam
Amazon

SAA-C03 · Question #98

A company needs a solution to automate email ingestion. The company needs to automatically parse email messages, look for email attachments, and save any attachments to an Amazon S3 bucket in near rea

The correct answer is A. Set up email receiving in Amazon Simple Email Service {Amazon SES). Create a rule set and a. AmazonSES (Simple Email Service)allows for the automatic ingestion of incoming emails. By setting up email receiving in SES and creating a rule set with a receipt rule, you can configure SES to invoke anAWS Lambda functionwhenever an email is received. The Lambda function can the

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

Question

A company needs a solution to automate email ingestion. The company needs to automatically parse email messages, look for email attachments, and save any attachments to an Amazon S3 bucket in near real time. Email volume varies significantly from day to day. Which solution will meet these requirements?

Options

  • ASet up email receiving in Amazon Simple Email Service {Amazon SES). Create a rule set and a
  • BSet up email content filtering in Amazon Simple Email Service (Amazon SES). Create a content
  • CSet up email receiving in Amazon Simple Email Service (Amazon SES). Configure Amazon SES
  • DCreate an AWS Lambda function to process the email bodies and attachments. Use Amazon

How the community answered

(50 responses)
  • A
    84% (42)
  • B
    4% (2)
  • C
    10% (5)
  • D
    2% (1)

Explanation

AmazonSES (Simple Email Service)allows for the automatic ingestion of incoming emails. By setting up email receiving in SES and creating a rule set with a receipt rule, you can configure SES to invoke anAWS Lambda functionwhenever an email is received. The Lambda function can then process the email body and attachments, saving any attachments to an Amazon S3 bucket. This solution is highly scalable, cost-effective, and provides near real-time processing of emails with minimal operational overhead. Option B (Content filtering): This only filters emails based on content and does not provide the functionality to save attachments to S3. Option C (S3 Event Notifications): While SES can store emails in S3, SES with Lambda offers more flexibility for processing attachments in real-time. Option D (EventBridge rule): EventBridge cannot directly listen for incoming emails, making this solution incorrect.

Community Discussion

No community discussion yet for this question.

Full SAA-C03 Practice