AWS managed policies for AWS Elemental MediaTailor
To add permissions to users, groups, and roles, it is easier to use AWS managed policies than to write policies yourself. It takes time and expertise to create IAM customer managed policies that provide your team with only the permissions they need. To get started quickly, you can use our AWS managed policies. These policies cover common use cases and are available in your AWS account. For more information about AWS managed policies, see AWS managed policies in the IAM User Guide.
AWS services maintain and update AWS managed policies. You can't change the permissions in AWS managed policies. Services occasionally add additional permissions to an AWS managed policy to support new features. This type of update affects all identities (users, groups, and roles) where the policy is attached. Services are most likely to update an AWS managed policy when a new feature is launched or when new operations become available. Services do not remove permissions from an AWS managed policy, so policy updates won't break your existing permissions.
Additionally, AWS supports managed policies for job functions that span multiple services. For example, the ReadOnlyAccess AWS managed policy provides read-only access to all AWS services and resources. When a service launches a new feature, AWS adds read-only permissions for new operations and resources. For a list and descriptions of job function policies, see AWS managed policies for job functions in the IAM User Guide.
AWS managed policy: AWSElementalMediaTailorFullAccess
You can attach the AWSElementalMediaTailorFullAccess
policy to your IAM
identities. It's useful for users who need to create and manage playback configurations and
channel assembly resources, such as programs and channels. This policy grants permissions
that allow full access to AWS Elemental MediaTailor. These users can create, update, and delete
MediaTailor resources.
{ "Version": "2012-10-17", "Statement": { "Effect": "Allow", "Action": "mediatailor:*", "Resource": "*" } }
AWS managed policy: AWSElementalMediaTailorReadOnly
You can attach the AWSElementalMediaTailorReadOnly
policy to your IAM
identities. It's useful for users who need to view playback configurations and channel
assembly resources, such as programs and channels. This policy grants permissions that
allow read-only access to AWS Elemental MediaTailor. These users can't create, update, or delete
MediaTailor resources.
{ "Version": "2012-10-17", "Statement": { "Effect": "Allow", "Action": [ "mediatailor:List*", "mediatailor:Describe*", "mediatailor:Get*" ], "Resource": "*" } }
MediaTailor updates to AWS managed policies
View details about updates to AWS managed policies for MediaTailor since this service began tracking these changes. For automatic alerts about changes to this page, subscribe to the RSS feed on the MediaTailor Document history for AWS Elemental MediaTailor.
Change | Description | Date |
---|---|---|
MediaTailor added new managed policies |
MediaTailor added the following managed policies: |
November 24, 2021 |
MediaTailor started tracking changes |
MediaTailor started tracking changes for its AWS managed policies. |
November 24, 2021 |