
Answer-first summary for fast verification
Answer: Create a rule in Amazon EventBridge that triggers every Saturday. Configure the rule to publish a notification to an SNS topic.
Amazon EventBridge (formerly CloudWatch Events) scheduled rules provide a serverless, highly available, and operationally efficient way to trigger actions on a recurring schedule. You can configure an EventBridge rule to trigger natively every Saturday using a cron expression, and seamlessly set an Amazon SNS topic as its target to distribute the notifications without managing underlying compute instances.
Author: Ritesh Yadav
Ultimate access to all questions.
Question #20
A 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.
A CloudOps engineer needs a solution to automatically send notifications on a schedule.
Which 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.
No comments yet.