AWS Security ChangesHomeSearch

AWS dms documentation change

Service: dms · 2025-12-25 · Documentation low

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

Summary

Added two new premigration assessment checks: 1) Validate that at least one selected object exists in the source database 2) Validate that secondary constraints and indexes (non-primary) are present in the source database

Security assessment

The changes add operational validation checks for migration tasks but contain no security-related terminology, vulnerability references, or security feature descriptions. The validations focus on ensuring database object existence and constraint presence for migration reliability, not security controls or vulnerabilities.

Diff

diff --git a/dms/latest/userguide/CHAP_Tasks.AssessmentReport.Db2.md b/dms/latest/userguide/CHAP_Tasks.AssessmentReport.Db2.md
index 13f106531..581ed211f 100644
--- a//dms/latest/userguide/CHAP_Tasks.AssessmentReport.Db2.md
+++ b//dms/latest/userguide/CHAP_Tasks.AssessmentReport.Db2.md
@@ -5 +5 @@
-Validate if the IBM Db2 LUW database is configured to be recoverable.Validate if the DMS user has the required permissions on the source database to perform a full-loadValidate if the DMS user has the required permissions on the source database to perform CDCValidate if the source IBM Db2 LUW source table has Db2 XML data typeValidate if the source IBM Db2 LUW version is supported by AWS DMSValidate if the target IBM Db2 LUW version is supported by AWS DMSCheck 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 simultaneouslyVerify that target tables have the correct index configuration (Primary Key or Unique Index, not both) for Batch Apply compatibilityValidate that only ‘Limited LOB mode’ is used when BatchApplyEnabled is set to trueValidate if secondary indexes are disabled on the target database during full-load
+Validate if the IBM Db2 LUW database is configured to be recoverable.Validate if the DMS user has the required permissions on the source database to perform a full-loadValidate if the DMS user has the required permissions on the source database to perform CDCValidate if the source IBM Db2 LUW source table has Db2 XML data typeValidate if the source IBM Db2 LUW version is supported by AWS DMSValidate if the target IBM Db2 LUW version is supported by AWS DMSCheck 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 simultaneouslyVerify that target tables have the correct index configuration (Primary Key or Unique Index, not both) for Batch Apply compatibilityValidate that only ‘Limited LOB mode’ is used when BatchApplyEnabled is set to trueValidate if secondary indexes are disabled on the target database during full-loadValidate that at least one selected object exists in the source databaseValidate that secondary constraints and indexes (non-primary) are present in the source database
@@ -42,0 +43,4 @@ This section describes individual premigration assessments for migration tasks t
+  * Validate that at least one selected object exists in the source database
+
+  * Validate that secondary constraints and indexes (non-primary) are present in the source database
+
@@ -135,0 +140,12 @@ This premigration assessment validates whether secondary indexes are disabled du
+## Validate that at least one selected object exists in the source database
+
+**API key** : `all-check-source-selection-rules`
+
+This premigration assessment verifies that at least one object specified in the selection rules exists in the source database, including pattern matching for wildcard-based rules.
+
+## Validate that secondary constraints and indexes (non-primary) are present in the source database
+
+**API key** : `all-check-secondary-constraints`
+
+This premigration assessment verifies that secondary constraints and indexes (foreign keys, check constraints, non-clustered indexes) are present in the source database.
+