AWS Certified SysOps Administrator – Associate (SOA-C03) — Question 19

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?

Answer options

Correct answer: B

Explanation

Option B is the best choice because Amazon EventBridge allows for easy scheduling and direct integration with SNS, making it operationally efficient. Option A requires maintaining an EC2 instance and managing a cron job, which adds unnecessary complexity. Option C does not provide a scheduling mechanism, and Option D, while functional, introduces additional overhead by using AWS Step Functions instead of a more straightforward scheduling solution.