In this project my goal is to learn how to take an on premises mysql database and an instance, migrate it to AWS RDS. Then create a script to automate this process.
I will be using the mysql shell Instance Dump Utility and the mysql shell Dump Loading Utility to load the data to the AWS RDS instance. I will be using the AWS CLI commands only when working with AWS and MySQL.
Go to the Wiki section to see the step by step process of this project.