In AWS, Create a process to backup a MySql DB and Restore it

Job ID: 35680997

Budget: $30 – $250 USD

I need to build a process (lambda?) to backup a MySql DB from one server and restore it to another.

I have implemented this locally on an AWS workspace and need to move it to the cloud. Currently it is working locally with mysqldump.exe and mysql.exe

We don't have to use mysqldump; I don't know what other options exist. The source DB is not in a cloud I can control.

This process should be schedule-able for once or multiple times per day.

Definition of Done:
1) Process scheduled once per day to execute backup/restore
2) DB Backup pulled down from source
3) DB restored to destination

The deliverable, 1 of these:
a) A document, with screenshots, describing all the steps in the process to execute. Allocating time to troubleshoot any issues.
b) A screen share with you driving to setup the necessary components in AWS, testing and validating.
Related categories: MySQL Amazon Web Services Aws Lambda