- Lab
- A Cloud Guru
Using DMS to Migrate MySQL to Amazon Aurora
In this lab, we will be migrating a MySQL database to an Aurora database using the Database Migration Service (DMS). We will create the necessary databases, set up the proper source and target for DMS, and then run a transfer task between the databases. This is an important and powerful tool for someone looking to migrate databases to or within AWS.
Path Info
Table of Contents
-
Challenge
Create MySQL and Aurora Database
In the RDS section of the console, create both a MySQL database and an Aurora cluster.
When setting up the MySQL Database, use MySQL Free Tier. For the Aurora Cluster, select Aurora (MySQL Compatbile), Production, and use the burstable DB instance class.
-
Challenge
Set Up Source and Target for DMS
In the DMS section of the console, you need to set your source and targets for the DMS transfer.
For the replication instance, use the name DMSTest. Use Multi AZ: Select Dev or test workload (Single-AZ) from the dropdown menu. Uncheck the box on Public accessible.
-
Challenge
Configure and Run Transfer Task
Set up the transfer task and have the task run successfully..
Select Migrate existing data. Validation with data migration. Add a new selection rule. For the Schema, select Enter a schema from the dropdown menu. Source name: Enter sys.
What's a lab?
Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.