Introduction to AWS IoT Analytics

   Go back to the Task List

  « 1: Pre-requisite    3: Register the Device »

2: Create SageMaker Role

You create an IAM Role which is used by AWS SageMaker Notebook to call other AWS Services.

  1. Login to AWS Management Console and change the region to Ireland.

  2. Goto the IAM Management console, click on the Roles menu in the left and then click on the Create role button.

    Create Role

  3. On the next screen, select SageMaker as the service and click on the Next: Permissions button.

    Create Role

  4. On the next screen, click on the Next: Tags button.

  5. On the next screen, click on the Next: Review button.

  6. On the next screen, type in dojosagemakerrole as the role name and click on the Create role button.

    Create Role

  7. The role is created in no time. Open the dojosagemakerrole role details, remove AmazonSageMakerFullAccess policy and attach PowerUserAccess policy to the role.

    Create Role

  8. The role is ready. In the next step, you register an IoT Device.