AWS Security ChangesHomeSearch

AWS data-exchange documentation change

Service: data-exchange · 2025-08-13 · Documentation low

File: data-exchange/latest/userguide/publish-s3-data-access-product.md

Summary

Replaced KMS key ARN and S3 bucket ARN placeholders with specific examples

Security assessment

Clarifies security-related resource references in policies but does not resolve a security issue.

Diff

diff --git a/data-exchange/latest/userguide/publish-s3-data-access-product.md b/data-exchange/latest/userguide/publish-s3-data-access-product.md
index 2aa3f8f7a..665d401de 100644
--- a//data-exchange/latest/userguide/publish-s3-data-access-product.md
+++ b//data-exchange/latest/userguide/publish-s3-data-access-product.md
@@ -91 +91 @@ JSON
-                        "<Enter KMS Key ARNs in your account>                "
+                    "arn:aws:kms:us-east-1:111122223333:key/KeyId"
@@ -133,2 +133,2 @@ JSON
-                        "<Bucket ARN>",
-                        "<Bucket ARN>/*"
+                        "arn:aws:s3:::BucketName",
+                        "arn:aws:s3:::/*"