AWS Certified Security – Specialty (SCS-C02) — Question 305

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 publishes 'ACM Certificate Approaching Expiration' events to Amazon EventBridge, allowing direct integration with an Amazon SNS topic for alerts without custom code. Option A requires writing and maintaining custom AWS Lambda code, which increases operational overhead. Option B is incorrect because CloudWatch metrics do not support imported certificates, and Option C is overly complex and incorrectly references the 'NotBefore' attribute instead of expiration.