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

A company hosts its web applications in the AWS Cloud. The company configures Elastic Load Balancers to use certificates that are imported into AWS Certificate
Manager (ACM). The company's security team must be notified 30 days before the expiration of each certificate.
What should a solutions architect recommend to meet this requirement?

Answer options

Correct answer: B

Explanation

AWS Config provides a managed rule (acm-certificate-expiration-check) that can evaluate ACM certificates and mark them as noncompliant if they are within 30 days of expiration, which can then trigger an EventBridge rule to send an SNS notification. Option A is incorrect because ACM does not have a native feature to directly publish daily expiration warnings to an SNS topic. Options C and D are incorrect because Trusted Advisor and direct EventBridge rules do not provide the same seamless, managed compliance tracking for imported certificates as AWS Config does.