SAA-C03 · Question #769
A company generates SSL certificates from a third-party provider. The company imports the certificates into AWS Certificate Manager (ACM) to use with public web applications. A solutions architect…
The correct answer is D. Create an Amazon EventBridge rule that specifies the ACM Certificate Approaching Expiration. Amazon EventBridge can detect the ACM Certificate Approaching Expiration event. By creating a rule with this event type and setting the existing SNS topic as the target, the security team will automatically receive email notifications 30 days before a certificate expires…
Question
A company generates SSL certificates from a third-party provider. The company imports the certificates into AWS Certificate Manager (ACM) to use with public web applications. A solutions architect must implement a solution to notify the company’s security team 30 days before an imported certificate expires. The company already has an Amazon Simple Queue Service (Amazon SQS) queue. The company also has an Amazon Simple Notification Service (Amazon SNS) topic that has the security team’s email address as a subscriber. Which solution will provide the security team with the required notification about certificates?
Options
- ACreate an AWS Lambda function to scan for expiring certificates. Program the Lambda function to
- BCreate an AWS Lambda function to scan for expiring certificates. Program the Lambda function to
- CCreate an Amazon EventBridge rule that specifies the ACM Certificate Approaching Expiration
- DCreate an Amazon EventBridge rule that specifies the ACM Certificate Approaching Expiration
How the community answered
(36 responses)- A11% (4)
- B3% (1)
- C6% (2)
- D81% (29)
Explanation
Amazon EventBridge can detect the ACM Certificate Approaching Expiration event. By creating a rule with this event type and setting the existing SNS topic as the target, the security team will automatically receive email notifications 30 days before a certificate expires, meeting the requirement with minimal operational overhead.
Community Discussion
No community discussion yet for this question.