AWS Security ChangesHomeSearch

AWS dms documentation change

Service: dms · 2025-04-11 · Documentation low

File: dms/latest/userguide/CHAP_Target.Elasticsearch.md

Summary

Updated grammar ('doesn't' to 'does not') and added limitation about TRUNCATE_BEFORE_LOAD mode not being supported for OpenSearch targets

Security assessment

Changes are grammatical corrections and feature limitation clarifications without security context

Diff

diff --git a/dms/latest/userguide/CHAP_Target.Elasticsearch.md b/dms/latest/userguide/CHAP_Target.Elasticsearch.md
index 89a315268..062e1c316 100644
--- a//dms/latest/userguide/CHAP_Target.Elasticsearch.md
+++ b//dms/latest/userguide/CHAP_Target.Elasticsearch.md
@@ -87 +87 @@ AWS DMS converts data of type Date into type String. You can specify custom mapp
-AWS DMS doesn't support migration of LOB data types.
+AWS DMS does not support migration of LOB data types.
@@ -159 +159 @@ Each document ID is 64 bytes long, so anticipate this as a storage requirement.
-  * AWS DMS doesn't support connection to an Amazon ES cluster that has Fine-grained Access Control enabled with master user and password.
+  * AWS DMS does not support connection to an Amazon ES cluster that has Fine-grained Access Control enabled with master user and password.
@@ -161 +161 @@ Each document ID is 64 bytes long, so anticipate this as a storage requirement.
-  * AWS DMS doesn't support OpenSearch Service serverless.
+  * AWS DMS does not support OpenSearch Service serverless.
@@ -163 +163,3 @@ Each document ID is 64 bytes long, so anticipate this as a storage requirement.
-  * OpenSearch Service doesn't support writing data to pre-existing indexes.
+  * OpenSearch Service does not support writing data to pre-existing indexes.
+
+  * The replication task setting, `TargetTablePrepMode:TRUNCATE_BEFORE_LOAD` is not supported for use with a OpenSearch target endpoint.