Question 143:
A company has maintained a MySQL database on-premises and is considering migrating the database to AWS. They require the database instance in AWS to keep synchronizing with the on-premises one. Then after a while, the on-premises database will be decommissioned after the AWS RDS instance has been tested thoroughly by the QA team. Amazon Database Migration Service has been chosen to implement this migration. For this data migration task, which below options are necessary that you must perform? Select 3.
Answer options:
A.Allocate a replication instance in the Database Migration Service console that handles the migration processing. Ensure that the instance has a proper instance type with enough CPU and Memory resources to perform the migration task. B.Create a EC2 instance that is used as the processing instance for DMS with a proper instance type. Ensure the EC2 instance has a proper role to access RDS MySQL instance. In Database Migration Service console, configure the EC2 instance as the Replication instance. C.Specify the source as the on-premises database, Select the database engine as "MySQL", and choose the destination subnet. Database Migration Service will automatically create the destination endpoint. D.Specify a source and a target database endpoint. Use the on-premises database as the source endpoint and an Amazon Relational Database Service (Amazon RDS) DB instance as the target endpoint. Select the database engine for both source and target as “MySQL”. E.Create a task or set of tasks to define what tables and replication processes to be used. For migration type, select “migrate existing data and replicate ongoing changes”.