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

A company recently completed the migration from an on-premises data center to the AWS Cloud by using a replatforming strategy. One of the migrated servers is running a legacy Simple Mail Transfer Protocol (SMTP) service that a critical application relies upon. The application sends outbound email messages to the company’s customers. The legacy SMTP server does not support TLS encryption and uses TCP port 25. The application can use SMTP only.

The company decides to use Amazon Simple Email Service (Amazon SES) and to decommission the legacy SMTP server. The company has created and validated the SES domain. The company has lifted the SES limits.

What should the company do to modify the application to send email messages from Amazon SES?

Answer options

Correct answer: B

Explanation

The correct answer is B because STARTTLS is a secure method for connecting to Amazon SES, allowing the application to send emails while maintaining security. The other options either do not use the correct method for connecting to Amazon SES or involve unnecessary complexities, such as using IAM roles or SDKs which are not needed for this specific setup.