Skip to main content

Scheduled Scans

Automate your security scanning so your posture stays current without manual intervention. Scheduled scans run on a cron schedule and produce results identical to manual scans.

Setting up a schedule

  1. Navigate to a cloud integration’s settings
  2. Create a schedule by providing:
    • A cron expression defining when to scan
    • Your preferred timezone
  3. Amnify calculates the next run time and begins the cycle

Common cron expressions

ScheduleCron Expression
Every day at midnight0 0 * * *
Every Monday at 6 AM0 6 * * 1
Every 6 hours0 */6 * * *
First day of every month0 0 1 * *
Weekdays at 8 AM0 8 * * 1-5

Managing schedules

  • Update — Change the cron expression or timezone at any time
  • Delete — Remove the schedule to stop automatic scanning
  • One schedule per integration — Each cloud integration supports one active schedule

How it works

  • Each scheduled scan appears in Scan History like any manual scan
  • If a scheduled scan fails (e.g., expired credentials), the next run is still scheduled — the schedule is resilient
  • You can still run manual scans alongside the schedule
For compliance-driven organizations, a weekly or daily scan schedule ensures your posture data is always current when auditors ask.