AmazonElasticTranscoder_FullAccess - AWS Managed Policy

AmazonElasticTranscoder_FullAccess

Description: Grants users full access to Elastic Transcoder and the access to associated services that is required for full Elastic Transcoder functionality.

AmazonElasticTranscoder_FullAccess is an AWS managed policy.

Using this policy

You can attach AmazonElasticTranscoder_FullAccess to your users, groups, and roles.

Policy details

  • Type: AWS managed policy

  • Creation time: April 27, 2018, 18:59 UTC

  • Edited time: June 10, 2019, 22:51 UTC

  • ARN: arn:aws:iam::aws:policy/AmazonElasticTranscoder_FullAccess

Policy version

Policy version: v2 (default)

The policy's default version is the version that defines the permissions for the policy. When a user or role with the policy makes a request to access an AWS resource, AWS checks the default version of the policy to determine whether to allow the request.

JSON policy document

{ "Version" : "2012-10-17", "Statement" : [ { "Action" : [ "elastictranscoder:*", "s3:ListAllMyBuckets", "s3:ListBucket", "iam:ListRoles", "sns:ListTopics" ], "Effect" : "Allow", "Resource" : "*" }, { "Action" : [ "iam:PassRole" ], "Effect" : "Allow", "Resource" : "*", "Condition" : { "StringLike" : { "iam:PassedToService" : [ "elastictranscoder.amazonaws.com" ] } } } ] }

Learn more