AWS dms documentation change
Summary
Documented SSL mode limitation when using Redshift Serverless as target
Security assessment
Highlights security configuration constraints (verify-full SSL mode unsupported) and recommends alternative secure modes. While security-adjacent, this is a compatibility notice rather than addressing a vulnerability. The change improves transparency about encryption capabilities but doesn't indicate a resolved security flaw.
Diff
diff --git a/dms/latest/userguide/CHAP_Target.Redshift.md b/dms/latest/userguide/CHAP_Target.Redshift.md index 0125fb455..090ed3621 100644 --- a//dms/latest/userguide/CHAP_Target.Redshift.md +++ b//dms/latest/userguide/CHAP_Target.Redshift.md @@ -605,0 +606,2 @@ Using Redshift Serverless as a target has the following limitations: + * AWS DMS does not support connections to Amazon Redshift Redshift Serverless when the SSL mode is set to `verify-full`. For connections requiring SSL verification to Amazon Redshift Serverless targets, use alternative SSL modes such as `require` or `verify-ca`. +