AWS Security ChangesHomeSearch

AWS mediapackage medium security documentation change

Service: mediapackage · 2025-05-01 · Security-related medium

File: mediapackage/latest/userguide/security-iam-awsmanpol.md

Summary

Replaced inline IAM policy JSON with references to AWS managed policies

Security assessment

Using AWS-managed policies instead of inline JSON reduces the risk of misconfiguration and ensures adherence to AWS security best practices.

Diff

diff --git a/mediapackage/latest/userguide/security-iam-awsmanpol.md b/mediapackage/latest/userguide/security-iam-awsmanpol.md
index 065cc22ee..103a4a88c 100644
--- a//mediapackage/latest/userguide/security-iam-awsmanpol.md
+++ b//mediapackage/latest/userguide/security-iam-awsmanpol.md
@@ -23,9 +23 @@ You can attach the `AWSElementalMediaPackageV2FullAccess` policy to your IAM ide
-    
-    {
-        "Version": "2012-10-17",
-        "Statement": {
-            "Effect": "Allow",
-            "Action": "mediapackagev2:*",
-            "Resource": "*"
-        }
-    }
+To view the permissions for this policy, see [AWSElementalMediaPackageV2FullAccess](https://docs.aws.amazon.com/aws-managed-policy/latest/reference/AWSElementalMediaPackageV2FullAccess.html) in the _AWS Managed Policy Reference_.
@@ -39,12 +31 @@ You can attach the `AWSElementalMediaPackageV2ReadOnly` policy to your IAM ident
-    
-    {
-        "Version": "2012-10-17",
-        "Statement": {
-            "Effect": "Allow",
-            "Action": [
-                "mediapackagev2:List*",
-                "mediapackagev2:Get*"
-            ],
-            "Resource": "*"
-        }
-    }
+To view the permissions for this policy, see [AWSElementalMediaPackageV2ReadOnly](https://docs.aws.amazon.com/aws-managed-policy/latest/reference/AWSElementalMediaPackageV2ReadOnly.html) in the _AWS Managed Policy Reference_.