AWS dms documentation change
Summary
Updated limitations section: simplified view support note, removed CDC start point limitation, and rephrased encryption key restrictions.
Security assessment
Explicitly documents that AWS DMS serverless does not support customer-managed keys (security feature limitation), referencing the security chapter. However, this is a pre-existing limitation, not a new security issue.
Diff
diff --git a/dms/latest/userguide/CHAP_Serverless.Limitations.md b/dms/latest/userguide/CHAP_Serverless.Limitations.md index 30d0513ff..17c57819c 100644 --- a//dms/latest/userguide/CHAP_Serverless.Limitations.md +++ b//dms/latest/userguide/CHAP_Serverless.Limitations.md @@ -35 +35 @@ For information about setting up VPC endpoints, see [Configuring VPC endpoints a - * AWS DMS serverless doesn't support views with selection and transformation rules. + * AWS DMS serverless does not support views. @@ -37 +37 @@ For information about setting up VPC endpoints, see [Configuring VPC endpoints a - * AWS DMS serverless doesn't support using AWS customer managed keys. AWS DMS serverless only supports using the default DMS key. For more information, see [Data protection in AWS Database Migration Service](./CHAP_Security.DataProtection.html). + * AWS DMS serverless does not support using AWS customer managed keys. AWS DMS serverless only supports using the default DMS key. For more information, see [Data protection in AWS Database Migration Service](./CHAP_Security.DataProtection.html). @@ -41,2 +40,0 @@ For information about setting up VPC endpoints, see [Configuring VPC endpoints a - * AWS DMS Serverless does not support setting custom CDC start points. -