AWS Security ChangesHomeSearch

AWS amazonq documentation change

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

File: amazonq/latest/qdeveloper-ug/gitlab-concepts.md

Summary

Updated IAM policy example with concrete account ID and JSON formatting fixes

Security assessment

Change replaces placeholder AWS account ID with example value (111122223333) and fixes JSON syntax. No evidence of addressing security vulnerabilities, though using real account IDs in examples could create confusion if copied verbatim.

Diff

diff --git a/amazonq/latest/qdeveloper-ug/gitlab-concepts.md b/amazonq/latest/qdeveloper-ug/gitlab-concepts.md
index 223cab35c..29d2f0cec 100644
--- a//amazonq/latest/qdeveloper-ug/gitlab-concepts.md
+++ b//amazonq/latest/qdeveloper-ug/gitlab-concepts.md
@@ -65 +65 @@ JSON
-                 "Federated": "arn:aws:iam::{{AWS_Account_ID}}:oidc-provider/auth.token.gitlab.com/cc/oidc/{{Instance_ID}}"
+                    "Federated": "arn:aws:iam::111122223333:oidc-provider/auth.token.gitlab.com/cc/oidc/{{Instance_ID}}"
@@ -70,2 +70 @@ JSON
-                 },
-    
+                    }