AWS Security ChangesHomeSearch

AWS transform documentation change

Service: transform · 2026-05-13 · Documentation medium

File: transform/latest/userguide/sql-server-create-job.md

Summary

Expanded source code access methods to include PAT connector, AWS CodeConnections, and Amazon S3

Security assessment

Added documentation for PAT connector authentication method (recommended) and S3 access, enhancing security options for source code access. This introduces security features but doesn't address a specific vulnerability.

Diff

diff --git a/transform/latest/userguide/sql-server-create-job.md b/transform/latest/userguide/sql-server-create-job.md
index aedef648d..12271f2bc 100644
--- a//transform/latest/userguide/sql-server-create-job.md
+++ b//transform/latest/userguide/sql-server-create-job.md
@@ -38 +38 @@ Establish secure connectivity to your SQL Server databases by configuring databa
-Enable AWS Transform to access your .NET application source code through AWS CodeConnections. This integration allows the service to analyze your application code, identify database dependencies, and perform automated code transformations for PostgreSQL compatibility.
+Enable AWS Transform to access your .NET application source code. AWS Transform supports three methods for providing source code: a Personal Access Token (PAT) connector (recommended), AWS CodeConnections, or Amazon S3. This integration allows the service to analyze your application code, identify database dependencies, and perform automated code transformations for PostgreSQL compatibility.
@@ -44,3 +44 @@ Enable AWS Transform to access your .NET application source code through AWS Cod
-  * Select your source code platform (GitHub, GitLab, Bitbucket, Azure Repos)
-
-  * Configure AWS CodeConnections and authorize access
+  * Choose your authentication method: **PAT Connector** (recommended), **AWS CodeConnections** , or **Amazon S3**