AWS Security ChangesHomeSearch

AWS data-exchange documentation change

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

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

Summary

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

Security assessment

Provides concrete examples for KMS and S3 resource ARNs in policies, enhancing security documentation accuracy but not fixing a vulnerability.

Diff

diff --git a/data-exchange/latest/userguide/data-grant-publish-s3-data-access-product.md b/data-exchange/latest/userguide/data-grant-publish-s3-data-access-product.md
index 1c1b10c34..c50cca735 100644
--- a//data-exchange/latest/userguide/data-grant-publish-s3-data-access-product.md
+++ b//data-exchange/latest/userguide/data-grant-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:::/*"