AWS Security ChangesHomeSearch

AWS mediapackage documentation change

Service: mediapackage · 2025-08-10 · Documentation low

File: mediapackage/latest/userguide/ingest-auth.md

Summary

Updated IAM policy examples with concrete account IDs and regions

Security assessment

Standard documentation cleanup for clarity. No security-specific changes identified.

Diff

diff --git a/mediapackage/latest/userguide/ingest-auth.md b/mediapackage/latest/userguide/ingest-auth.md
index 3ff2679d6..e6e2d0de8 100644
--- a//mediapackage/latest/userguide/ingest-auth.md
+++ b//mediapackage/latest/userguide/ingest-auth.md
@@ -25,0 +26,6 @@ This example illustrates a channel policy that permits MediaLive to ingest Media
+JSON
+    
+
+****
+    
+    
@@ -35 +41 @@ This example illustrates a channel policy that permits MediaLive to ingest Media
-    				"AWS": "arn:aws:iam::AccountID:role/MediaLiveAccessRole" 
+    				"AWS": "arn:aws:iam::111122223333:role/MediaLiveAccessRole" 
@@ -38 +44 @@ This example illustrates a channel policy that permits MediaLive to ingest Media
-    			"Resource": "arn:aws:mediapackagev2:Region:AccountID:channelGroup/ChannelGroupName/channel/ChannelName"
+    			"Resource": "arn:aws:mediapackagev2:us-east-1:111122223333:channelGroup/ChannelGroupName/channel/ChannelName"
@@ -50,0 +58,6 @@ If you provide Elemental Live with an access key ID and secret access key, it ca
+JSON
+    
+
+****
+    
+    
@@ -59 +72 @@ If you provide Elemental Live with an access key ID and secret access key, it ca
-    				"AWS": "arn:aws:iam::AccountID:user/ElementalLiveMediaPackageUser" 
+    				"AWS": "arn:aws:iam::111122223333:user/ElementalLiveMediaPackageUser" 
@@ -62 +75 @@ If you provide Elemental Live with an access key ID and secret access key, it ca
-    			"Resource": "arn:aws:mediapackagev2:Region:AccountID:channelGroup/ChannelGroupName/channel/ChannelName"
+    			"Resource": "arn:aws:mediapackagev2:us-east-1:111122223333:channelGroup/ChannelGroupName/channel/ChannelName"