Step 5: Setting Up IAM Role for MediaConnect

 

Before starting the labs, we need to create an IAM Role for MediaConnect so it can create ENIs (Elastic Network Interfaces) in order to communicate privately with other resources in our VPC.

In contrast to the last step, we will use CloudFormation to create this role based on a CloudFormation template.

Download the following file: MediaConnectServiceRoleStack.yaml .

  1. In the search box, type CloudFormation.

    Click the CloudFormation icon to go to the AWS CloudFormation service page.

    Alt text Alt text

  2. Click on Create stack.

    Alt text Alt text

  3. Click on Upload a template file and select the previously downloaded file. Alt text Alt text

  4. For Stack name, type in MediaConnectServiceRoleStack and click Next.

    Alt text Alt text

  5. Click Next on the next page.

    Alt text Alt text

  6. Acknowledge that this CloudFormation Stack will create an IAM Role with a custom name, in this case MediaConnectServiceRole and click Submit.

    Alt text Alt text

  7. Wait for the MediaConnectServiceRoleStack to be in the CREATE_COMPLETE status.

    Alt text Alt text

 


Click here to advance to the first lab »