AWS Security ChangesHomeSearch

AWS lex documentation change

Service: lex · 2025-10-25 · Documentation low

File: lex/latest/dg/gs-create-role.md

Summary

Removed JSON example of IAM role configuration for Lex service role

Security assessment

The change removes a sample IAM role configuration but doesn't address any security vulnerability or weakness. This appears to be documentation cleanup rather than security-related modification.

Diff

diff --git a/lex/latest/dg/gs-create-role.md b/lex/latest/dg/gs-create-role.md
index 2e8838298..d58a48d9e 100644
--- a//lex/latest/dg/gs-create-role.md
+++ b//lex/latest/dg/gs-create-role.md
@@ -27,19 +26,0 @@ The response is:
-        {
-        "Role": {
-            "AssumeRolePolicyDocument": {
-                "Version": "2012-10-17", 
-                "Statement": [
-                    {
-                        "Action": "sts:AssumeRole", 
-                        "Effect": "Allow", 
-                        "Principal": {
-                            "Service": "lex.amazonaws.com"
-                        }
-                    }
-                ]
-            },
-            "RoleName": "AWSServiceRoleForLexBots", 
-            "Path": "/aws-service-role/lex.amazonaws.com/", 
-            "Arn": "arn:aws:iam::account-id:role/aws-service-role/lex.amazonaws.com/AWSServiceRoleForLexBots"
-    }
-