DevOps

Cron Expression Generator

Stop guessing cron syntax. Pick your schedule from dropdowns, use quick presets, and toggle between standard Linux cron and AWS EventBridge formats. See the next 5 run times instantly.

Cron Expression Generator

EventBridge + Standard

Build cron expressions for standard Linux crontab or AWS EventBridge scheduling rules.

Generated Expression

0 * * * *

Next 5 Run Times

Based on your local time zone

  • 1.Fri, Aug 14, 2026, 01:00 PM
  • 2.Fri, Aug 14, 2026, 02:00 PM
  • 3.Fri, Aug 14, 2026, 03:00 PM
  • 4.Fri, Aug 14, 2026, 04:00 PM
  • 5.Fri, Aug 14, 2026, 05:00 PM

Tips

  • EventBridge cron has 6 fields (min, hr, dom, month, dow, year). Standard has 5.
  • Use ? for day-of-month or day-of-week when the other is specified in EventBridge.
  • rate() is simpler for fixed intervals; cron() for specific schedules.
  • All EventBridge times are in UTC.

Build scheduled workflows hands-on

Deploy EventBridge scheduled rules and Lambda cron jobs in real AWS infrastructure.

Launch a playground →