AWS managed policies for AWS Elemental MediaPackage - AWS Elemental MediaPackage

AWS managed policies for AWS Elemental MediaPackage

An AWS managed policy is a standalone policy that is created and administered by AWS. AWS managed policies are designed to provide permissions for many common use cases so that you can start assigning permissions to users, groups, and roles.

Keep in mind that AWS managed policies might not grant least-privilege permissions for your specific use cases because they're available for all AWS customers to use. We recommend that you reduce permissions further by defining customer managed policies that are specific to your use cases.

You cannot change the permissions defined in AWS managed policies. If AWS updates the permissions defined in an AWS managed policy, the update affects all principal identities (users, groups, and roles) that the policy is attached to. AWS is most likely to update an AWS managed policy when a new AWS service is launched or new API operations become available for existing services.

For more information, see AWS managed policies in the IAM User Guide.

AWS managed policy: AWSElementalMediaPackageV2FullAccess

This policy grants contributor permissions that allow all actions on all live resources in MediaPackage.

You can attach the AWSElementalMediaPackageV2FullAccess policy to your IAM identities.

{ "Version": "2012-10-17", "Statement": { "Effect": "Allow", "Action": "mediapackagev2:*", "Resource": "*" } }

AWS managed policy: AWSElementalMediaPackageV2ReadOnly

This policy grants contributor permissions that allow read-only actions on all live resources in MediaPackage.

You can attach the AWSElementalMediaPackageV2ReadOnly policy to your IAM identities.

{ "Version": "2012-10-17", "Statement": { "Effect": "Allow", "Action": [ "mediapackagev2:List*", "mediapackagev2:Get*" ], "Resource": "*" } }

MediaPackage updates to AWS managed policies

View details about updates to AWS managed policies for MediaPackage since this service began tracking these changes. For automatic alerts about changes to this page, subscribe to the RSS feed on the MediaPackage Document history page.

Change Description Date

AWSElementalMediaPackageV2FullAccess – New policy

MediaPackage added a new full-access policy for live resources.

This policy allows all actions on all live resources in MediaPackage.

July 25, 2023

AWSElementalMediaPackageV2ReadOnly – New policy

MediaPackage added a new read-only pollicy for live resources.

This policy allows read-only actions on all live resources in MediaPackage.

July 25, 2023

MediaPackage started tracking changes

MediaPackage started tracking changes for its AWS managed policies.

July 25, 2023