AWS Security ChangesHomeSearch

AWS healthimaging documentation change

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

File: healthimaging/latest/devguide/security-iam-deputy.md

Summary

Removed JSON example of IAM trust policy for deputy prevention

Security assessment

Removal of example policy does not introduce or resolve security issues. Documentation structure change only.

Diff

diff --git a/healthimaging/latest/devguide/security-iam-deputy.md b/healthimaging/latest/devguide/security-iam-deputy.md
index 1237fcebd..3d0edf96d 100644
--- a//healthimaging/latest/devguide/security-iam-deputy.md
+++ b//healthimaging/latest/devguide/security-iam-deputy.md
@@ -15,27 +14,0 @@ In the following trust policy example, we use the `aws:SourceArn` and `aws:Sourc
-JSON
-    
-
-****
-    
-    
-    
-    {
-        "Version": "2012-10-17",
-        "Statement": {
-            "Effect": "Allow",
-            "Principal": {
-                "Service": "medical-imaging.amazonaws.com"
-            },
-            "Action": "sts:AssumeRole",
-            "Condition": {
-                "ArnLike": {
-                    "aws:SourceArn": "arn:aws:medical-imaging:us-east-1:accountId:datastore/*"
-                },
-                "StringEquals": {
-                    "aws:SourceAccount": "accountId"
-                }
-            }
-        }
-    }
-    
-