AWS Security ChangesHomeSearch

AWS lake-formation documentation change

Service: lake-formation · 2025-08-16 · Documentation low

File: lake-formation/latest/dg/register-encrypted.md

Summary

Replaced placeholder KMS key ARN with specific example value

Security assessment

Provides concrete example of AWS-managed KMS key ARN format. No evidence of security issue remediation - improves documentation clarity for encryption configuration.

Diff

diff --git a/lake-formation/latest/dg/register-encrypted.md b/lake-formation/latest/dg/register-encrypted.md
index 0416580a0..7daa4b1d4 100644
--- a//lake-formation/latest/dg/register-encrypted.md
+++ b//lake-formation/latest/dg/register-encrypted.md
@@ -107,0 +108,6 @@ If the Amazon S3 location is not in the same AWS account as the Data Catalog, fo
+JSON
+    
+
+****
+    
+    
@@ -120 +126 @@ If the Amazon S3 location is not in the same AWS account as the Data Catalog, fo
-          "Resource": "<AWS managed key ARN>"
+          "Resource": "arn:aws:kms:us-east-1:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"