Ultimate access to all questions.
You are tasked with setting up a scheduler for AWS Glue jobs that need to run at specific times and trigger based on certain events. Describe how you would configure Amazon EventBridge to achieve this, including the creation of rules for time-based schedules and event-based triggers.
Explanation:
Option B is correct because it involves creating EventBridge rules for both time-based schedules and event-based triggers, which is a flexible and scalable approach for managing job schedules. Using cron jobs directly in AWS Glue (Option A) lacks the flexibility of EventBridge. Manually running jobs (Option C) is inefficient and not scalable. Using Lambda for scheduling (Option D) is an additional layer of complexity that is not necessary when EventBridge can handle the task.