Introduction to AWS IoT Analytics

   Go back to the Task List

  « 3: Register the Device    5: Configure SageMaker Notebook »

4: Configure IoT Analytics

You configure AWS IoT Analytics which will basically create channel, pipeline, data store and data set. For the workshop, you will use Quick Start configuration for the IoT Analytics.

  1. Goto AWS IoT Analytics management console. In Quick start form, type in dojoanalytics as the resource prefix and type in dojoanalyticstopic as the topic name. Finally, click on the Quick Create button.

    IoT Analytics

  2. It will start creation of the resources, primarily - channel, pipeline, data stores, data set along with an IAM Role and IoT Rule. Wait till all the resources are created.

    IoT Analytics

  3. The dojoanalytics_topicrule IoT Rule is responsible to send all the messages published to dojoanalyticstopic topic to dojoanalytics_channel channel. For this, IoT Rule uses dojoanalytics_role IAM Role for the authorization. You can go to IoT Core Management console and check dojoanalytics_topicrule configuration details under the Act menu.

    IoT Analytics

  4. The IoT Analytics resources are ready. In the next step, you configure AWS SageMaker Notebook which you later use to analyze data stored in AWS IoT Analytics.