
Project no.5
Created a simulated on-premises environment that has a WordPress server and database in order to migrate them to AWS using AWS DMS.
​
Education source credit: https://github.com/acantril/learn-cantrill-io-labs
.jpeg)
Architecture Diagram

1. Creating VPC peering between simulated on-premises environment and AWS.

2. Create database for on-premises environment that will be used for transfer.

3. Create DMS subnet group.

4. Create DMS replication instance.

5. Create DMS source endpoint & destination endpoint.

6. Create a Database migration task and confirm load complete.

7. Stopping on-premises instances to allow full switch to AWS instance and direct user traffic.

8. Database migrated successfully and public DNS IP4 of the AWS instance loads the database from AWS RDS and not from the on-premises database.