Step 1: IAM > Roles > Create role
Custom trust policy:
{ "Version": "2012-10-17", "Statement": [ { "Sid": "", "Effect": "Allow", "Principal": { "Service": "mediaconvert.amazonaws.com" }, "Action": "sts:AssumeRole" } ] }
Step 2: Choose policy, example: s3-and-mediaconvert
Step 3:
Fill fields Role name and Description
Click button Create role
to finish
Done, now we can copy ARN
1 Comment
AWS REST API mediaconvert: example convert mp4 to HLS | Free Online Tutorials
(June 20, 2022 - 8:07 am)[…] AWS IAM: create role for mediaconvert […]