AWS Security ChangesHomeSearch

AWS dms documentation change

Service: dms · 2026-04-25 · Documentation low

File: dms/latest/userguide/CHAP_Tasks.AssessmentReport.MariaDB.md

Summary

Updated grammar in three places: replaced 'doesn't' with 'does not' in the validation check for the number of tables to be migrated.

Security assessment

The change is purely grammatical and does not introduce, remove, or alter any security-related content. It only changes the contraction for better readability or style.

Diff

diff --git a/dms/latest/userguide/CHAP_Tasks.AssessmentReport.MariaDB.md b/dms/latest/userguide/CHAP_Tasks.AssessmentReport.MariaDB.md
index 3af7821dc..ad2c9e39b 100644
--- a//dms/latest/userguide/CHAP_Tasks.AssessmentReport.MariaDB.md
+++ b//dms/latest/userguide/CHAP_Tasks.AssessmentReport.MariaDB.md
@@ -7 +7 @@
-Validate if the server_id is set to 1 or greater in the source databaseValidate if automatic removal of binary logs is set for the source databaseValidate that limited LOB mode only is used when BatchApplyEnabled is set to trueValidate if Binary Log transaction compression is disabledValidate if DMS user has REPLICATION CLIENT and REPLICATION SLAVE privileges for the source databaseValidate if DMS user has SELECT permissions for the source database tablesValidate if DMS user has necessary privileges for the MySQL-compatible database as a targetValidate if a table uses a storage engine other than InnodbValidate if auto-increment is enabled on any tables used for migrationValidate if the database binlog format is set to ROW to support DMS CDCValidate if the database binlog image is set to FULL to support DMS CDCValidate if the source database is a MariaDB Read-ReplicaValidate if a table has partitions, and recommend TRUNCATE_BEFORE_LOAD or DO_NOTHING for full-load task settingsValidate if DMS supports the database versionValidate if the target database is configured to set local_infile to 1Validate if target database has tables with foreign keysValidate if source tables in the task scope have cascade constraintsValidate if source tables in the task scope have generated columnsValidate if the timeout values are appropriate for a MariaDB sourceValidate if the timeout values are appropriate for a MariaDB targetValidate max_statement_time database parameterValidate if Primary Key or Unique Index exist on target for Batch ApplyValidate if both Primary Key and Unique index exist on target for Batch ApplyValidate if secondary indexes are enabled during full load on the target databaseValidate if table has primary key or unique index when DMS validation is enabledRecommendation on using MaxFullLoadSubTasks settingCheck Transformation Rule for Digits RandomizeCheck Transformation Rule for Digits maskCheck Transformation Rule for Hashing maskVerify that Data Validation task settings and Data Masking Digit randomization are not enabled simultaneouslyVerify that Data Validation task settings and Data Masking Hashing mask are not enabled simultaneouslyVerify that Data Validation task settings and Data Masking Digit mask are not enabled simultaneouslyCheck if binary log retention time is set properlyCheck if source tables do not have invisible columnsValidate that at least one selected object exists in the source databaseValidate that skipTableSuspensionForPartitionDdl is enabled for partitioned tablesValidate that secondary constraints and indexes (non-primary) are present in the source databaseValidate that row size of net changes table does not exceed 65535 when batch apply is enabledValidate that target endpoint is not a read replicaValidate that number of tables to be migrated doesn't exceed 10,000Validate that binary log is enabledCheck that views from selection rules exist on source
+Validate if the server_id is set to 1 or greater in the source databaseValidate if automatic removal of binary logs is set for the source databaseValidate that limited LOB mode only is used when BatchApplyEnabled is set to trueValidate if Binary Log transaction compression is disabledValidate if DMS user has REPLICATION CLIENT and REPLICATION SLAVE privileges for the source databaseValidate if DMS user has SELECT permissions for the source database tablesValidate if DMS user has necessary privileges for the MySQL-compatible database as a targetValidate if a table uses a storage engine other than InnodbValidate if auto-increment is enabled on any tables used for migrationValidate if the database binlog format is set to ROW to support DMS CDCValidate if the database binlog image is set to FULL to support DMS CDCValidate if the source database is a MariaDB Read-ReplicaValidate if a table has partitions, and recommend TRUNCATE_BEFORE_LOAD or DO_NOTHING for full-load task settingsValidate if DMS supports the database versionValidate if the target database is configured to set local_infile to 1Validate if target database has tables with foreign keysValidate if source tables in the task scope have cascade constraintsValidate if source tables in the task scope have generated columnsValidate if the timeout values are appropriate for a MariaDB sourceValidate if the timeout values are appropriate for a MariaDB targetValidate max_statement_time database parameterValidate if Primary Key or Unique Index exist on target for Batch ApplyValidate if both Primary Key and Unique index exist on target for Batch ApplyValidate if secondary indexes are enabled during full load on the target databaseValidate if table has primary key or unique index when DMS validation is enabledRecommendation on using MaxFullLoadSubTasks settingCheck Transformation Rule for Digits RandomizeCheck Transformation Rule for Digits maskCheck Transformation Rule for Hashing maskVerify that Data Validation task settings and Data Masking Digit randomization are not enabled simultaneouslyVerify that Data Validation task settings and Data Masking Hashing mask are not enabled simultaneouslyVerify that Data Validation task settings and Data Masking Digit mask are not enabled simultaneouslyCheck if binary log retention time is set properlyCheck if source tables do not have invisible columnsValidate that at least one selected object exists in the source databaseValidate that skipTableSuspensionForPartitionDdl is enabled for partitioned tablesValidate that secondary constraints and indexes (non-primary) are present in the source databaseValidate that row size of net changes table does not exceed 65535 when batch apply is enabledValidate that target endpoint is not a read replicaValidate that number of tables to be migrated does not exceed 10,000Validate that binary log is enabledCheck that views from selection rules exist on source
@@ -95 +95 @@ To create an individual premigration assessment using the AWS DMS API, use the l
-  * Validate that number of tables to be migrated doesn't exceed 10,000
+  * Validate that number of tables to be migrated does not exceed 10,000
@@ -424 +424 @@ This premigration assessment verifies that the target endpoint is not configured
-## Validate that number of tables to be migrated doesn't exceed 10,000
+## Validate that number of tables to be migrated does not exceed 10,000