AWS Certified Security – Specialty — Question 336

A company has public certificates that are managed by AWS Certificate Manager (ACM). The certificates are either imported certificates or managed certificates from ACM with mixed validation methods. A security engineer needs to design a monitoring solution to provide alerts by email when a certificate is approaching its expiration date.

What is the MOST operationally efficient way to meet this requirement?

Answer options

Correct answer: D

Explanation

Option D is the most operationally efficient solution because AWS Certificate Manager (ACM) natively integrates with Amazon EventBridge to publish 'ACM Certificate Approaching Expiration' events automatically, requiring no custom code or complex configuration. Option A is less efficient because it requires writing, maintaining, and scheduling a custom AWS Lambda function. Options B and C are operationally complex and error-prone, as Option B requires manually tracking and adding individual certificate ARNs to alarms, while Option C targets the incorrect 'NotBefore' attribute and introduces unnecessary overhead with AWS Security Hub.