
Ultimate access to all questions.
Consider a scenario where you need to ingest data from multiple batch sources including Amazon S3, Amazon RDS, and on-premises SQL Server databases into an Amazon Redshift data warehouse. Describe how you would configure AWS DMS to replicate data from these sources to Redshift, including the steps for setting up the replication tasks and handling schema differences.
A
Use AWS DMS with default settings and assume no schema differences.
B
Manually migrate schema from each source to Redshift before setting up DMS.
C
Configure AWS DMS to handle schema differences automatically and set up individual replication tasks for each source.
D
Use AWS Glue to migrate schema and then set up DMS for data replication.