LeetQuiz Logo
Privacy Policy•contact@leetquiz.com
© 2025 LeetQuiz All rights reserved.
AWS Certified Data Engineer - Associate

AWS Certified Data Engineer - Associate

Get started today

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.

Simulated



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.

Powered ByGPT-5