DVA-C02 · Question #710
A company uses imported certificates in AWS Certificate Manager (ACM) to access the company's public websites. The company needs a solution to ensure that a security team receives a notification a min
The correct answer is C. Create an Amazon SNS topic, and subscribe the security team to the topic. Create an Amazon. Amazon EventBridge automatically emits events for ACM certificate expiration notifications with the source aws.acm and detail type ACM Certificate Approaching Expiration. Creating a rule with this event pattern and setting an SNS topic as the target provides an automated, serverl
Question
A company uses imported certificates in AWS Certificate Manager (ACM) to access the company's public websites. The company needs a solution to ensure that a security team receives a notification a minimum of 30 days before any certificate expires. Which solution will meet this requirement with the LEAST development effort?
Options
- ACreate a shell script that runs AWS CLI commands to check each ACM certificate's expiration
- BCreate a shell script that runs AWS CLI commands to check each ACM certificate's expiration
- CCreate an Amazon SNS topic, and subscribe the security team to the topic. Create an Amazon
- DCreate an Amazon SNS topic, and subscribe the security team to the topic. Create an Amazon
How the community answered
(29 responses)- A10% (3)
- B3% (1)
- C83% (24)
- D3% (1)
Explanation
Amazon EventBridge automatically emits events for ACM certificate expiration notifications with the source aws.acm and detail type ACM Certificate Approaching Expiration. Creating a rule with this event pattern and setting an SNS topic as the target provides an automated, serverless solution with minimal development effort.
Community Discussion
No community discussion yet for this question.