aws-samples / aws-media-services-simple-vod-workflow

Lab that covers video conversion workflow for Video On Demand using AWS MediaConvert.
Apache License 2.0
369 stars 147 forks source link

PassRolestoMediaConvert Sid was #9

Closed jaygooby closed 10 months ago

jaygooby commented 5 years ago

Using this was giving me the error This policy contains the following error: The following resources are invalid. They must be either '*' or an arn pattern: arn:aws:iam::*, for the PassRolestoMediaConvert Sid.

Your version does have the arn:aws:iam::* pattern, but I couldn't save the role until I changed this to *

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.