Nightly jobs that snapshot logs, rotate permit extracts, and start assessor batches currently run from cron on a shared jump host that assumes roles into several department accounts. Which integration modernization should replace that pattern?
Select an answer to reveal the explanation.
Short Explanation
A jump box with crontab is a sticky note on one person's monitor. EventBridge is the county clock that can wake jobs in many accounts without that host. When a new department joins, add a rule—not another SSH key.
Full Explanation
Multi-account scheduled work is a candidate for Amazon EventBridge Scheduler or scheduled rules with cross-account targets, replacing a single jump host as a cron SPOF. EventBridge integrates with IAM roles, Organizations accounts, and downstream compute such as Lambda, ECS, or Systems Manager without a standing bastion. More SSH keys, mailbox-driven operators, and per-VPC Task Scheduler hosts preserve operational risk.