AWS Security ChangesHomeSearch

AWS polly documentation change

Service: polly · 2025-08-28 · Documentation medium

File: polly/latest/dg/security_iam_service-with-iam.md

Summary

Removed JSON example of resource-level IAM policy for lexicon operations

Security assessment

The removed example showed resource-specific permissions but does not indicate any security issue resolution.

Diff

diff --git a/polly/latest/dg/security_iam_service-with-iam.md b/polly/latest/dg/security_iam_service-with-iam.md
index 29828a1f7..39aec687e 100644
--- a//polly/latest/dg/security_iam_service-with-iam.md
+++ b//polly/latest/dg/security_iam_service-with-iam.md
@@ -182,24 +181,0 @@ Amazon Polly supports Identity-based policies for actions at the resource-level.
-JSON
-    
-
-****
-    
-    
-    
-    {
-        "Version": "2012-10-17",
-        "Statement": [
-            {
-                "Sid": "AllowPut-Get-ListActions",
-                "Effect": "Allow",
-                "Action": [
-                    "polly:PutLexicon",
-                    "polly:GetLexicon",
-                    "polly:ListLexicons"
-                ],
-                "Resource": "arn:aws:polly:us-east-2:111122223333:lexicon/*"
-            }
-        ]
-    }
-    
-