AWS Security ChangesHomeSearch

AWS elastictranscoder documentation change

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

File: elastictranscoder/latest/developerguide/access-control.md

Summary

Formatting changes (added JSON section headers, removed example policy)

Security assessment

Structural edits without security content changes.

Diff

diff --git a/elastictranscoder/latest/developerguide/access-control.md b/elastictranscoder/latest/developerguide/access-control.md
index 6a99f2306..b7b8effd5 100644
--- a//elastictranscoder/latest/developerguide/access-control.md
+++ b//elastictranscoder/latest/developerguide/access-control.md
@@ -156,0 +157,6 @@ The following policy grants read-only access to Elastic Transcoder resources and
+JSON
+    
+
+****
+    
+    
@@ -178,0 +186,6 @@ This policy is useful to modify transcoding settings, and the ability to create
+JSON
+    
+
+****
+    
+    
@@ -259,35 +272,0 @@ This policy is useful for SDK and CLI users who need to be able to see what file
-    
-    {
-       "Version":"2012-10-17",
-       "Statement":[
-          {
-             "Sid":"1",
-             "Effect":"Allow",
-             "Action":[
-                "s3:ListAllMyBuckets",
-                "s3:GetBucketLocation",
-                "s3:ListBucket",
-                "s3:GetObject",
-                "s3:PutObject"
-                ],
-             "Resource":[
-                 "arn:aws:s3:::amzn-s3-demo-bucket",
-                 "arn:aws:s3:::amzn-s3-demo-bucket/*"
-             ]
-          },
-          {
-             "Sid":"2",
-             "Effect":"Allow",
-             "Action":[
-                "elastictranscoder:List*",
-                "elastictranscoder:Read*",
-                "elastictranscoder:CreateJob"
-             ],
-             "Resource":[
-                "arn:aws:elastictranscoder:region:account:pipeline/example_pipeline",
-                "arn:aws:elastictranscoder:region:account:job/*"
-             ]
-          }
-       ]
-    }
-
@@ -334,0 +314,6 @@ The access (permission) policy definition for the default role looks like:
+JSON
+    
+
+****
+    
+