AWS Security ChangesHomeSearch

AWS managedservices documentation change

Service: managedservices · 2025-04-23 · Documentation low

File: managedservices/latest/appguide/ex-dms-te-create.md

Summary

Updated RFC command parameters, added versioning notes, and expanded target endpoint documentation

Security assessment

The changes include example updates and general documentation improvements. While tags and configurations are mentioned, there is no direct evidence of security-related updates or vulnerability fixes.

Diff

diff --git a/managedservices/latest/appguide/ex-dms-te-create.md b/managedservices/latest/appguide/ex-dms-te-create.md
index 751c60fe9..645823960 100644
--- a//managedservices/latest/appguide/ex-dms-te-create.md
+++ b//managedservices/latest/appguide/ex-dms-te-create.md
@@ -67 +67 @@ Issue the create RFC command with execution parameters provided inline (escape q
-    aws --profile saml --region us-east-1 amscm create-rfc --change-type-id "ct-3gf8dolbo8x9p" --change-type-version "1.0" --title "TestDMSTargetEndpointSql" --execution-parameters "{\"Description\":\"TestSQLTE\",\"VpcId\":\"VPC-ID\",\"Name\":\"SQLTE-NAME\",\"StackTemplateId\":\"stm-knghtmmgefafdq89u\",\"TimeoutInMinutes\":60,\"Parameters\":{\"EngineName\":\"mysql\",\"Password\":\"testpw123\",\"Port\":\"3306\",\"ServerName\":\"mytestdb.d5fga0rf2wpi.ap-southeast-2.rds.amazonaws.com\",\"Username\":\"USERNAME\"}}"
+    aws --profile saml --region us-east-1 amscm create-rfc --change-type-id "ct-3gf8dolbo8x9p" --change-type-version "1.0" --title "TestDMSTargetEndpoint" --execution-parameters "{\"Description\":\"TestTE\",\"VpcId\":\"VPC-ID\",\"Name\":\"TE-NAME\",\"StackTemplateId\":\"stm-knghtmmgefafdq89u\",\"TimeoutInMinutes\":60,\"Parameters\":{\"EngineName\":\"mysql\",\"Password\":\"testpw123\",\"Port\":\"3306\",\"ServerName\":\"mytestdb.d5fga0rf2wpi.ap-southeast-2.rds.amazonaws.com\",\"Username\":\"USERNAME\"}}"
@@ -78 +78 @@ _TEMPLATE CREATE_ :
-    "Description":          "TestSQLTE",
+    "Description":          "TestTE",
@@ -81 +81 @@ _TEMPLATE CREATE_ :
-    "Name":                 "SQLTE-NAME",
+    "Name":                 "TE-NAME",
@@ -101 +101 @@ _TEMPLATE CREATE_ :
-    "Title":                "SQLDB-DMS-Target-Endpoint"
+    "Title":                "DB-DMS-Target-Endpoint"
@@ -113 +113,7 @@ You receive the ID of the new RFC in the response and can use it to submit and m
-###### Note
+  * This change type is now at version 2.0.
+
+  * AMS DMS can use S3 or any Relational Database Service (RDS) with MySQL, MariaDB, Oracle, Postgresql, or Microsoft SQL as a target endpoint. For an S3 target endpoint, see DMS target endpoint for S3: creating.
+
+  * For more information, see [Targets for Data Migration](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.html).
+
+  * You can add up to 50 tags, but to do so you must enable the **Additional configuration** view.
@@ -115 +120,0 @@ You receive the ID of the new RFC in the response and can use it to submit and m
-You can add up to 50 tags, but to do so you must enable the **Additional configuration** view.
@@ -117 +121,0 @@ You can add up to 50 tags, but to do so you must enable the **Additional configu
-AMS DMS can use S3 or any Relational Database Service (RDS) with MySQL, MariaDB, Oracle, Postgresql, or Microsoft SQL as a target endpoint. For an S3 target endpoint, see DMS target endpoint for S3: creating.
@@ -119 +122,0 @@ AMS DMS can use S3 or any Relational Database Service (RDS) with MySQL, MariaDB,
-For more information, see [Targets for Data Migration](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.html).