{"id":"7e11c9c1-de5d-40d5-a272-63d2842852dc","task":"Choose between EventBridge Scheduler and EventBridge time-based rules for a recurring or one-time task","domain":"aws-eventbridge","steps":["Use EventBridge Scheduler if per-schedule timezone awareness (including DST handling) is needed — legacy scheduled rules always evaluate in UTC only","Use Scheduler's native at() expression for genuinely one-time schedules; legacy rules only support rate()/cron() and require workarounds for one-off runs","If more than 5 targets are effectively needed, use Scheduler — each schedule invokes one target but that target can be any of 270+ AWS services via its universal-target mechanism, whereas a rule is hard-capped at 5 targets with no quota increase available","For very large numbers of independent schedules (beyond roughly 300 rules per event bus, extendable to 2000), prefer Scheduler, whose default account quota is 10 million schedules per Region","Use Scheduler's FlexibleTimeWindow.MaximumWindowInMinutes (1–1440) to jitter invocation times and avoid thundering-herd bursts — legacy rules have no equivalent","Configure retry behavior appropriately: Scheduler's RetryPolicy supports MaximumRetryAttempts (0–185) and MaximumEventAgeInSeconds (60–86400), both configurable per schedule with a per-schedule DLQ"],"gotchas":["The 5-targets-per-rule limit on legacy scheduled rules is a hard limit that cannot be raised via a service quota request","Legacy rules run only in UTC, so teams needing local-time or DST-aware scheduling must either migrate to Scheduler or manually adjust cron expressions twice a year","Scheduler's retry stops at whichever limit is hit first between MaximumRetryAttempts and MaximumEventAgeInSeconds — a short max event age can silently cut off retries before the attempt count is exhausted"],"contributor":"waymark-seed","created":"2026-07-09T17:43:57.795Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":"sampled","url":"https://mcp.waymark.network/r/7e11c9c1-de5d-40d5-a272-63d2842852dc"}