Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Create an IAM role

Focus mode
Create an IAM role - Amazon Kinesis Video Streams

The role that you create in this step can be assumed by AWS IoT in order to obtain temporary credentials from the AWS Security Token Service (AWS STS). This is done when performing credential authorization requests from the Amazon Kinesis Video Streams Edge Agent.

Create the service role for Amazon Kinesis Video Streams (IAM console)
  1. Sign in to the AWS Management Console and open the IAM console at https://console.aws.amazon.com/iam/.

  2. In the navigation pane of the IAM console, choose Roles, and then choose Create role.

  3. Choose the Custom trust policy role type and paste the following policy:

    { "Version": "2012-10-17", "Statement": { "Effect": "Allow", "Principal": { "Service": "credentials.iot.amazonaws.com" }, "Action": "sts:AssumeRole" } }
  4. Select the box next to the IAM policy that you created in Create an IAM permissions policy.

  5. Choose Next.

  6. Enter a role name or role name suffix to help you identify the purpose of this role.

    Example: KvsEdgeAgentRole

  7. (Optional) For Description, enter a description for the new role.

  8. (Optional) Add metadata to the role by attaching tags as key/value pairs.

    For more information about using tags in IAM, see Tagging IAM resources in the IAM User Guide.

  9. Review the role and then choose Create role.

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.