AWS dms documentation change
Summary
Changed 'restart' to 'resume' in CDC task recommendation
Security assessment
Minor terminology correction with no security impact.
Diff
diff --git a/dms/latest/userguide/CHAP_BestPractices.md b/dms/latest/userguide/CHAP_BestPractices.md index 2192f5116..2d251d981 100644 --- a//dms/latest/userguide/CHAP_BestPractices.md +++ b//dms/latest/userguide/CHAP_BestPractices.md @@ -215 +215 @@ If your data volumes are relatively small and the additional migration time does -For a full load plus CDC task, we recommend that you add secondary indexes before the CDC phase. Because AWS DMS uses logical replication, make sure that secondary indexes that support DML operations are in place to prevent full table scans. You can pause the replication task before the CDC phase to build indexes and create referential integrity constraints before you restart the task. +For a full load plus CDC task, we recommend that you add secondary indexes before the CDC phase. Because AWS DMS uses logical replication, make sure that secondary indexes that support DML operations are in place to prevent full table scans. You can pause the replication task before the CDC phase to build indexes and create referential integrity constraints before you resume the task.