AWS Security ChangesHomeSearch

AWS transcribe documentation change

Service: transcribe · 2025-08-28 · Documentation low

File: transcribe/latest/dg/streaming-setting-up.md

Summary

Removed JSON examples of IAM policies for HTTP/2 and WebSocket streaming transcription permissions

Security assessment

The removed content appears to be example IAM policies, but there is no explicit evidence these changes address a security vulnerability. This seems like documentation cleanup rather than security remediation.

Diff

diff --git a/transcribe/latest/dg/streaming-setting-up.md b/transcribe/latest/dg/streaming-setting-up.md
index 520fdff9b..d7787b8cd 100644
--- a//transcribe/latest/dg/streaming-setting-up.md
+++ b//transcribe/latest/dg/streaming-setting-up.md
@@ -32,19 +31,0 @@ Amazon Transcribe only supports one stream per HTTP/2 session. If you attempt to
-JSON
-    
-
-****
-    
-    
-        {
-        "Version": "2012-10-17",
-        "Statement": [
-            {
-                "Sid": "my-transcribe-http2-policy",
-                "Effect": "Allow",
-                "Action": "transcribe:StartStreamTranscription",
-                "Resource": "*"
-            }
-        ]
-    }
-    
-
@@ -231,19 +211,0 @@ Amazon Transcribe only supports one stream per WebSocket session. If you attempt
-JSON
-    
-
-****
-    
-    
-        {
-        "Version": "2012-10-17",
-        "Statement": [
-            {
-                "Sid": "my-transcribe-websocket-policy",
-                "Effect": "Allow",
-                "Action": "transcribe:StartStreamTranscriptionWebSocket",
-                "Resource": "*"
-            }
-        ]
-    }
-    
-