Create a schedule for an existing crawler
Follow these steps to set up a recurring schedule for an existing crawler.
- AWS Management Console
-
Sign in to the AWS Management Console and open the AWS Glue console at https://console.aws.amazon.com/glue/
. -
Choose Crawlers in the navigation pane.
Choose a crawler that you want to schedule from the available list.
-
Choose Edit from the Actions menu.
-
Scroll down to Step 4: Set output and scheduling, and choose Edit.
-
Update your crawler schedule under Crawler schedule.
Choose Update.
-
- AWS CLI
-
Use the following CLI command to update an existing crawler configuration:
aws glue update-crawler-schedule --crawler-name
myCrawler
--schedulecron(15 12 * * ? *)
Create a crawler schedule
Viewing crawler results and details