AWS Certified Solutions Architect – Associate (SAA-C02) — Question 280
An ecommerce company is experiencing an increase in user traffic. The company's store is deployed on Amazon EC2 instances as a two-tier two application consisting of a web tier and a separate database tier. As traffic increases, the company notices that the architecture is causing significant delays in sending timely marketing and order confirmation email to users. The company wants to reduce the time it spends resolving complex email delivery issues and minimize operational overhead.
What should a solutions architect do to meet these requirements?
Answer options
- A. Create a separate application tier using EC2 instances dedicated to email processing.
- B. Configure the web instance to send email through Amazon Simple Email Service (Amazon SES).
- C. Configure the web instance to send email through Amazon Simple Notification Service (Amazon SNS).
- D. Create a separate application tier using EC2 instances dedicated to email processing. Place the instances in an Auto Scaling group.
Correct answer: B
Explanation
Amazon Simple Email Service (Amazon SES) is a fully managed service designed specifically for sending transactional and marketing emails, which minimizes operational overhead and simplifies deliverability management. Implementing dedicated EC2 instances for email processing (Options A and D) would increase administrative burden by requiring the company to manage the servers and email server software. Amazon SNS (Option C) is intended for pub/sub messaging and mobile push notifications rather than managing bulk or transactional email delivery.