AWS Security ChangesHomeSearch

AWS transfer documentation change

Service: transfer · 2025-07-25 · Documentation low

File: transfer/latest/userguide/workflow-decrypt-tutorial.md

Summary

Updated JSON formatting and Secrets Manager ARN region in IAM policy

Security assessment

Syntax improvements and regional specificity in example policy without security implications.

Diff

diff --git a/transfer/latest/userguide/workflow-decrypt-tutorial.md b/transfer/latest/userguide/workflow-decrypt-tutorial.md
index b06de949f..73b16277d 100644
--- a//transfer/latest/userguide/workflow-decrypt-tutorial.md
+++ b//transfer/latest/userguide/workflow-decrypt-tutorial.md
@@ -57 +57,2 @@ JSON
-        "Statement": [{
+        "Statement": [
+            {
@@ -80,2 +81,4 @@ JSON
-                "Action": ["secretsmanager:GetSecretValue"],
-                "Resource": "arn:aws:secretsmanager:region:account-id:secret:aws/transfer/*"
+                "Action": [
+                    "secretsmanager:GetSecretValue"
+                ],
+                "Resource": "arn:aws:secretsmanager:us-east-1:account-id:secret:aws/transfer/*"