AWS Security ChangesHomeSearch

AWS healthimaging documentation change

Service: healthimaging · 2025-08-28 · Documentation low

File: healthimaging/latest/devguide/data-encryption.md

Summary

Removed JSON example policy for KMS permissions related to data encryption

Security assessment

Removal of example code does not indicate a security issue. No evidence of security vulnerability being addressed.

Diff

diff --git a/healthimaging/latest/devguide/data-encryption.md b/healthimaging/latest/devguide/data-encryption.md
index 1de4293e4..b9c9b7642 100644
--- a//healthimaging/latest/devguide/data-encryption.md
+++ b//healthimaging/latest/devguide/data-encryption.md
@@ -79,25 +78,0 @@ The IAM user, IAM role, or AWS account creating your repositories must have perm
-JSON
-    
-
-****
-    
-    
-    
-    {
-        "Version": "2012-10-17",
-        "Statement": [
-            {
-                "Effect": "Allow",
-                "Action": [
-                    "kms:CreateGrant",
-                    "kms:GenerateDataKey", 
-                    "kms:RetireGrant", 
-                    "kms:Decrypt",
-                    "kms:ReEncrypt*",
-                "Resource": "arn:aws:kms:us-east-1:123456789012:key/bec71d48-3462-4cdd-9514-77a7226e001f"
-            }
-        ]
-    }
-    
-    
-