AWS managedservices documentation change
Summary
Updated DMS target endpoint documentation with version 2.0 note, added S3/RDS compatibility details, restructured notes section, and changed example title from S3 to Kafka
Security assessment
Changes are primarily documentation restructuring and feature updates. No security vulnerabilities or explicit security enhancements are mentioned. The password in the example remains a placeholder ('testpw123'), which is standard practice but not a security fix.
Diff
diff --git a/managedservices/latest/ctref/deployment-advanced-database-migration-service-dms-create-target-endpoint.md b/managedservices/latest/ctref/deployment-advanced-database-migration-service-dms-create-target-endpoint.md index f452c9b95..accfa43c8 100644 --- a//managedservices/latest/ctref/deployment-advanced-database-migration-service-dms-create-target-endpoint.md +++ b//managedservices/latest/ctref/deployment-advanced-database-migration-service-dms-create-target-endpoint.md @@ -81 +81 @@ 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\"}}" @@ -92 +92 @@ _TEMPLATE CREATE_ : - "Description": "TestSQLTE", + "Description": "TestTE", @@ -95 +95 @@ _TEMPLATE CREATE_ : - "Name": "SQLTE-NAME", + "Name": "TE-NAME", @@ -115 +115 @@ _TEMPLATE CREATE_ : - "Title": "SQLDB-DMS-Target-Endpoint" + "Title": "DB-DMS-Target-Endpoint" @@ -127 +127,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](./deployment-advanced-database-migration-service-dms-create-target-endpoint-s3.html#ex-dms-te-s3-create-col). + + * 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. @@ -129 +134,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. @@ -131 +135,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](./deployment-advanced-database-migration-service-dms-create-target-endpoint-s3.html#ex-dms-te-s3-create-col). @@ -133 +136,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). @@ -211 +214 @@ Database Migration Service (DMS) | Create Source Endpoint (S3) -Database Migration Service (DMS) | Create Target Endpoint (S3) +Database Migration Service (DMS) | Create Target Endpoint (Kafka)