AWS Certified Solutions Architect – Associate (SAA-C02) — Question 795

A company wants its public web application to run on Amazon EC2 instances in an Auto Scaling group behind an Application Load Balancer (ALB). The application must use a publicly trusted SSL certificate.
Which solution will meet these requirements MOST cost-effectively?

Answer options

Correct answer: A

Explanation

AWS Certificate Manager (ACM) provides public SSL/TLS certificates at no additional cost when associated with supported AWS resources like an Application Load Balancer (ALB). Options B and D introduce unnecessary complexity and high monthly costs associated with running a private or self-hosted Certificate Authority. Option C is incorrect because self-signed certificates are not publicly trusted and will trigger security warnings in users' web browsers.