Nightly municipal batch jobs currently depend on cron on a single EC2 server. How should scheduling be modernized for resilience and scale?
Select an answer to reveal the explanation.
Short Explanation
EventBridge Scheduler is the city’s reliable night watch—no single dusty cron box to fail. Sticky notes and random traffic aren’t schedules; they’re hopes.
Full Explanation
Amazon EventBridge Scheduler (and EventBridge scheduled rules) provide managed, highly available scheduling that can invoke Lambda without a single EC2 cron host SPOF. Retaining one-server cron preserves the failure mode the redesign should eliminate.