Every 5 minutes
Input
*/5 * * * *
Output
Runs every 5 minutes.
Paste a cron expression or simple EventBridge schedule to see the parsed fields, plain-language explanation, and approximate next run times.
Developer tools
Input
*/5 * * * *
Output
Runs every 5 minutes.
Input
0 9 * * 1-5
Output
Runs at 09:00 Monday through Friday.
Input
30 2 1 * *
Output
Runs at 02:30 on the first day of each month.
Input
rate(5 minutes)
Output
Runs every 5 minutes.
Nearby utilities from the KoguNavi toolbox.
Conversion tools
Convert Unix timestamps and date/time values.
Open tool →
Developer tools
Split AWS ARNs into service, region, account, and resource parts.
Open tool →
Developer tools
Decode JWT header and payload claims for debugging.
Open tool →