A company uses AWS DMS to migrate an on-premises Oracle database to Amazon Aurora PostgreSQL. The migration is ongoing with continuous replication. The data engineer notices that the target Aurora database has a higher lag than expected. Which action would most likely reduce the lag?
More parallel tasks improve apply throughput.
Why this answer
Option D is correct because increasing the number of parallel tasks improves throughput. Option A is wrong because turning off validation reduces reliability but may help slightly. Option B is wrong because it does not affect replication lag.
Option C is wrong because batch-optimized apply is not for Aurora.