
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.
A
Use cron jobs directly in AWS Glue to schedule jobs.
B
Create EventBridge rules for time-based schedules and use AWS SDK to trigger jobs based on events.
C
Manually run AWS Glue jobs at the required times without any automation.
D
Use AWS Lambda to schedule and trigger AWS Glue jobs.