AWS Security ChangesHomeSearch

AWS AmazonRDS documentation change

Service: AmazonRDS · 2025-06-22 · Documentation low

File: AmazonRDS/latest/UserGuide/postgresql-s3-export-functions.md

Summary

Added KMS key parameter support for S3 data exports

Security assessment

Documents new encryption capability using customer-managed KMS keys for S3 exports, enhancing security documentation but not fixing a vulnerability.

Diff

diff --git a/AmazonRDS/latest/UserGuide/postgresql-s3-export-functions.md b/AmazonRDS/latest/UserGuide/postgresql-s3-export-functions.md
index 0b869cbc6..ca1c5f3b0 100644
--- a//AmazonRDS/latest/UserGuide/postgresql-s3-export-functions.md
+++ b//AmazonRDS/latest/UserGuide/postgresql-s3-export-functions.md
@@ -63,0 +64,5 @@ An optional text string containing arguments for the PostgreSQL `COPY` command.
+_kms_key text_
+    
+
+An optional text string containing the customer managed KMS key of the S3 bucket to export the data to.
+
@@ -76,0 +82 @@ Instead of using the `s3_info` parameter to identify an Amazon S3 file, use the
+        kms_key text
@@ -105,0 +112,5 @@ An optional text string containing arguments for the PostgreSQL `COPY` command.
+_kms_key text_
+    
+
+An optional text string containing the customer managed KMS key of the S3 bucket to export the data to.
+