Home > Back-end >  Reboot the RDS Aurora (MySQL) Automatically
Reboot the RDS Aurora (MySQL) Automatically

Time:12-05

Is it possible to reboot the RDS (Aurora MySQL) automatically using CRON Job or is there any other way around?

CodePudding user response:

You can setup EventBridge scheduled rule to trigger a lambda function, which in turn is going to use reboot_db_cluster.

  • Related