Ultimate access to all questions.
A company uses AWS Certificate Manager (ACM) for certificates in Elastic Load Balancers within AWS Cloud. How should the architect set up notifications for the security team 30 days prior to certificate expiration?
Explanation:
The correct answer is D. Creating an Amazon EventBridge (Amazon CloudWatch Events) rule to detect certificates expiring within 30 days and configuring it to invoke an AWS Lambda function ensures automated detection and processing. The Lambda function can then be set to send notifications via Amazon SNS, which is a scalable and highly customizable alerting method. This workflow provides an effective and automated solution to meet the company's requirement.