In this lab, students are asked to create Database Migration Service (DMS) endpoints. After completing this lab, students will have hands-on experience creating DMS connection endpoints.
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Create Replication Instance
Create a new DMS replication instance of instance class db.t3.medium. Be sure to select the Lab VPC and create a Single AZ instance. The instance will not need to be publicly accessible.
- Create Source Endpoint
The source endpoint will connect as the
dms_user
to theqa
database on the PostgreSQL instance running on the lab bastion host.- Create Target Endpoint
The target endpoint should connect as the
postgres
user to thepostgres
database on the Amazon Aurora cluster.