AWS Security ChangesHomeSearch

AWS IAM documentation change

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

File: IAM/latest/UserGuide/id_credentials_temp_control-access_getfederationtoken.md

Summary

Updated account ID and improved JSON formatting in policy example

Security assessment

Routine example updates without security context

Diff

diff --git a/IAM/latest/UserGuide/id_credentials_temp_control-access_getfederationtoken.md b/IAM/latest/UserGuide/id_credentials_temp_control-access_getfederationtoken.md
index 86a4513f4..4936a433d 100644
--- a//IAM/latest/UserGuide/id_credentials_temp_control-access_getfederationtoken.md
+++ b//IAM/latest/UserGuide/id_credentials_temp_control-access_getfederationtoken.md
@@ -137 +137,3 @@ JSON
-        "Principal": {"AWS": "arn:aws:sts::account-id:federated-user/Carol"},
+            "Principal": {
+                "AWS": "arn:aws:sts::111122223333:federated-user/Carol"
+            },
@@ -144 +146,3 @@ JSON
-        "Resource": ["arn:aws:s3:::productionapp/*"]
+            "Resource": [
+                "arn:aws:s3:::productionapp/*"
+            ]