
Answer-first summary for fast verification
Answer: Create an Amazon EventBridge rule to detect critical Security Hub findings. Create an Amazon Simple Notification Service (Amazon SNS) topic as the target of the EventBridge rule. Subscribe an email endpoint to the SNS topic to receive published messages.
The correct answer is option C. To achieve the requirement of receiving email notifications for critical findings in AWS Security Hub, you can create an Amazon EventBridge rule that detects these critical findings. This rule can then target an Amazon Simple Notification Service (Amazon SNS) topic. By subscribing an email endpoint to this SNS topic, you can ensure that email notifications are sent when critical findings are detected. This approach leverages built-in AWS services to efficiently meet the requirement.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
A company requires an email notification system for critical findings detected in AWS Security Hub, but lacks an existing infrastructure to support this. Which AWS service configuration would effectively enable this functionality?
A
Create an AWS Lambda function to identify critical Security Hub findings. Create an Amazon Simple Notification Service (Amazon SNS) topic as the target of the Lambda function. Subscribe an email endpoint to the SNS topic to receive published messages.
B
Create an Amazon Kinesis Data Firehose delivery stream. Integrate the delivery stream with Amazon EventBridge. Create an EventBridge rule that has a filter to detect critical Security Hub findings. Configure the delivery stream to send the findings to an email address.
C
Create an Amazon EventBridge rule to detect critical Security Hub findings. Create an Amazon Simple Notification Service (Amazon SNS) topic as the target of the EventBridge rule. Subscribe an email endpoint to the SNS topic to receive published messages.
D
Create an Amazon EventBridge rule to detect critical Security Hub findings. Create an Amazon Simple Email Service (Amazon SES) topic as the target of the EventBridge rule. Use the Amazon SES API to format the message. Choose an email address to be the recipient of the message.