Skip to content

Latest commit

 

History

History
71 lines (58 loc) · 2.43 KB

File metadata and controls

71 lines (58 loc) · 2.43 KB

Mini Project - MySQL Database migration to the cloud (AWS RDS MySQL instance)

40541063 a07a0a8a 601a 11e8 91b5 2f13e4e6b441

Jorge Castro DAPT NOV2021


1. About the project

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.