AWS Security ChangesHomeSearch

AWS mediatailor documentation change

Service: mediatailor · 2025-08-10 · Documentation medium

File: mediatailor/latest/ug/security_iam_resource-based-policy-examples.md

Summary

Updated IAM policy examples to use GetChannelPolicy action and modified resource ARN format

Security assessment

The changes update security-related IAM policy examples but do not indicate a security vulnerability fix. They improve documentation about security controls (resource-based policies).

Diff

diff --git a/mediatailor/latest/ug/security_iam_resource-based-policy-examples.md b/mediatailor/latest/ug/security_iam_resource-based-policy-examples.md
index 1b3a66371..5e8bb669c 100644
--- a//mediatailor/latest/ug/security_iam_resource-based-policy-examples.md
+++ b//mediatailor/latest/ug/security_iam_resource-based-policy-examples.md
@@ -23,0 +24,6 @@ Consider the following `Allow` policy. With this policy in effect, MediaTailor a
+JSON
+    
+
+****
+    
+    
@@ -32,2 +38,2 @@ Consider the following `Allow` policy. With this policy in effect, MediaTailor a
-          "Action": "mediatailor:GetManifest",
-          "Resource": "arn:aws:mediatailor:region:accountID:channel/channelName"
+                "Action": "mediatailor:GetChannelPolicy",
+                "Resource": "arn:aws:mediatailor:us-east-1:111122223333:channel/channelName"
@@ -41,0 +49,6 @@ Consider the following `Allow` policy. With this policy in effect, MediaTailor a
+JSON
+    
+
+****
+    
+    
@@ -49,3 +62,5 @@ Consider the following `Allow` policy. With this policy in effect, MediaTailor a
-          "Principal": {"AWS":  "arn:aws:iam::111111111111:root"},
-          "Action": "mediatailor:GetManifest",
-          "Resource": "arn:aws:mediatailor:region:accountID:channel/channelName"
+                "Principal": {
+                    "AWS": "arn:aws:iam::444455556666:root"
+                },
+                "Action": "mediatailor:GetChannelPolicy",
+                "Resource": "arn:aws:mediatailor:us-east-1:111122223333:channel/channelName"