AWS Security ChangesHomeSearch

AWS workspaces documentation change

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

File: workspaces/latest/adminguide/setting-up-saml.md

Summary

Updated SAML policy examples with concrete account ID and formatting improvements

Security assessment

Documentation updates for clarity and example accuracy, but no new security guidance

Diff

diff --git a/workspaces/latest/adminguide/setting-up-saml.md b/workspaces/latest/adminguide/setting-up-saml.md
index e0c38e096..a5effcc66 100644
--- a//workspaces/latest/adminguide/setting-up-saml.md
+++ b//workspaces/latest/adminguide/setting-up-saml.md
@@ -164 +164,2 @@ JSON
-        "Statement": [{
+        "Statement": [
+            {
@@ -167 +168 @@ JSON
-                "Federated": "arn:aws:iam::ACCOUNT-ID-WITHOUT-HYPHENS:saml-provider/IDENTITY-PROVIDER"
+                    "Federated": "arn:aws:iam::111122223333:saml-provider/IDENTITY-PROVIDER"
@@ -178 +178,0 @@ JSON
-        }]
@@ -180 +180,2 @@ JSON
-                   
+        ]
+    }
@@ -214 +215 @@ JSON
-                "Resource": "arn:aws:workspaces:REGION-CODE:ACCOUNT-ID-WITHOUT-HYPHENS:directory/DIRECTORY-ID",
+                "Resource": "arn:aws:workspaces:us-east-1:ACCOUNT-ID-WITHOUT-HYPHENS:directory/DIRECTORY-ID",