AWS Security ChangesHomeSearch

AWS dms documentation change

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

File: dms/latest/sbs/chap-manageddatabases.sqlserveralwayson2aurorapostgresql.sbs.md

Summary

Removed internal quip links and replaced with plain text references to AWS DMS Best Practice Support Scripts for SQL Server.

Security assessment

The changes only remove internal Quip documentation links and simplify text. No security vulnerabilities, configurations, or features are mentioned or modified in the diff.

Diff

diff --git a/dms/latest/sbs/chap-manageddatabases.sqlserveralwayson2aurorapostgresql.sbs.md b/dms/latest/sbs/chap-manageddatabases.sqlserveralwayson2aurorapostgresql.sbs.md
index 2a0c07f6f..0cd7fcc26 100644
--- a//dms/latest/sbs/chap-manageddatabases.sqlserveralwayson2aurorapostgresql.sbs.md
+++ b//dms/latest/sbs/chap-manageddatabases.sqlserveralwayson2aurorapostgresql.sbs.md
@@ -15 +15 @@ In this walkthrough we create a “migrate existing data and replicate ongoing c
-Following is the list of tables in our sample database. We use the [AWS DMS Best Practice Support Scripts for SQL Server](https://quip-amazon.com/6brXAN6KoZK7/AWS-DMS-Best-Practices-Support-Scripts-for-SQL-Server) to gather details about the tables. Table level info will be useful while designing the migration approach and selecting DMS task settings in later steps. You can execute the script in AWS DMS Best Practice to gather similar info about your database.
+Following is the list of tables in our sample database. We use the AWS DMS Best Practice Support Scripts for SQL Server to gather details about the tables. Table level info will be useful while designing the migration approach and selecting DMS task settings in later steps.
@@ -21 +21 @@ LOB in SQL Server is a data type designed to store large amounts of data. Data r
-Next, we follow the AWS DMS SQL Server source endpoint public documentation to configure the distribution database on each SQL Server AlwaysOn replica. AWS DMS ongoing change replication supports either the Microsoft SQL Server Replication (MS-Replication) or Microsoft Change Data Capture (MS-CDC) feature. For more information concerning setup of distribution database and enabling MS-CDC to support AWS DMS replication task, see [Setting up ongoing replication using the sysadmin role with self-managed SQL Server](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.SQLServer.html). For more information about using MS-REPLICATION and MS-CDC, see [Configuring a Microsoft SQL Server Database as a Replication Source](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.SQLServer.html#CHAP_Source.SQLServer.Configuration). For sample SQL queries that can help you with prepare the task, see [AWS DMS Best Practice Support Scripts for SQL Server](https://quip-amazon.com/6brXAN6KoZK7/AWS-DMS-Best-Practices-Support-Scripts-for-SQL-Server).
+Next, we follow the AWS DMS SQL Server source endpoint public documentation to configure the distribution database on each SQL Server AlwaysOn replica. AWS DMS ongoing change replication supports either the Microsoft SQL Server Replication (MS-Replication) or Microsoft Change Data Capture (MS-CDC) feature. For more information concerning setup of distribution database and enabling MS-CDC to support AWS DMS replication task, see [Setting up ongoing replication using the sysadmin role with self-managed SQL Server](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.SQLServer.html). For more information about using MS-REPLICATION and MS-CDC, see [Configuring a Microsoft SQL Server Database as a Replication Source](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.SQLServer.html#CHAP_Source.SQLServer.Configuration).