AWS Certified SysOps Administrator – Associate — Question 363

A company is using AWS Certificate Manager (ACM) to manage public SSL/TLS certificates. A SysOps administrator needs to send an email notification when a certificate has less than 14 days until expiration.

Which solution will meet this requirement with the LEAST operational overhead?

Answer options

Correct answer: B

Explanation

AWS Certificate Manager (ACM) automatically publishes certificate expiration events to Amazon EventBridge using the 'aws.acm' event source, removing the need for custom metrics or dashboards. Option B is correct because it leverages this native integration to trigger an Amazon SNS topic, which can directly send email notifications to subscribers with minimal operational effort. Option A introduces unnecessary overhead by creating custom metrics, while Option D incorrectly attempts to route email templates through an SMS identity.