AWS Security ChangesHomeSearch

AWS mediatailor documentation change

Service: mediatailor · 2025-05-01 · Documentation low

File: mediatailor/latest/ug/security-iam-awsmanpol.md

Summary

Replaced inline IAM policy JSON documents with links to AWS Managed Policy Reference documentation

Security assessment

The change removes direct policy JSON examples and points to centralized documentation. While IAM policies are security-related, this is a documentation maintenance change rather than addressing a specific vulnerability. No evidence of security incident remediation or policy content modification exists in the diff.

Diff

diff --git a/mediatailor/latest/ug/security-iam-awsmanpol.md b/mediatailor/latest/ug/security-iam-awsmanpol.md
index d8b968205..175b23059 100644
--- a//mediatailor/latest/ug/security-iam-awsmanpol.md
+++ b//mediatailor/latest/ug/security-iam-awsmanpol.md
@@ -19,9 +19 @@ You can attach the `AWSElementalMediaTailorFullAccess` policy to your IAM identi
-    
-    {
-    	"Version": "2012-10-17",
-    	"Statement": {
-    		"Effect": "Allow",
-    		"Action": "mediatailor:*",
-    		"Resource": "*"
-    	}
-    }
+To view the permissions for this policy, see [AWSElementalMediaTailorFullAccess](https://docs.aws.amazon.com/aws-managed-policy/latest/reference/AWSElementalMediaTailorFullAccess.html) in the _AWS Managed Policy Reference_.
@@ -33,13 +25 @@ You can attach the `AWSElementalMediaTailorReadOnly` policy to your IAM identiti
-    
-    {
-    	"Version": "2012-10-17",
-    	"Statement": {
-    		"Effect": "Allow",
-    		"Action": [
-    			"mediatailor:List*",
-    			"mediatailor:Describe*",
-    			"mediatailor:Get*"
-    		],
-    		"Resource": "*"
-    	}
-    }
+To view the permissions for this policy, see [AWSElementalMediaTailorReadOnly](https://docs.aws.amazon.com/aws-managed-policy/latest/reference/AWSElementalMediaTailorReadOnly.html) in the _AWS Managed Policy Reference_.