
Explanation:
Amazon EventBridge (formerly CloudWatch Events) is a serverless event bus that supports scheduled expressions (cron or rate). It can be configured to trigger an SNS topic as a target on a specific schedule. This is highly efficient and serverless, avoiding the overhead of managing EC2 instances or complex Step Function workflows for a simple periodic notification task.
Ultimate access to all questions.
Question #20\n\nA company has millions of subscribers. The company's marketing department wants to automate a process that sends notifications to subscribers every Saturday. The company already has a mechanism that uses Amazon Simple Notification Service (Amazon SNS) to send notifications to subscribers. However, the company has historically sent notifications to subscribers manually.\nA CloudOps engineer needs a solution to automatically send notifications on a schedule.\nWhich solution will meet these requirements in the MOST operationally efficient way?
A
Launch a new Amazon EC2 instance. Configure a cron job to use the AWS SDK to send an SNS notification to subscribers every Saturday.
B
Create a rule in Amazon EventBridge that triggers every Saturday. Configure the rule to publish a notification to an SNS topic.
C
Create an SNS subscription to a message fanout that sends notifications to subscribers every Saturday.
D
Use the AWS Step Functions scheduling feature to run a Step Functions step every Saturday. Configure the step to publish a message to an SNS topic.
E
None of the above
F
Not Applicable
No comments yet.