Configuring IoT devices to AWS IoT
In this section, we will configure an IoT device in order to access AWS IoT. Several steps should be taken to complete the registration process:
- Firstly, we create a thing type. You can perform this task on the
Manage
|Types
menu from AWS IoT Console and then click on theCreate
button. Fill in the type name and attributes for your IoT device. For instance, we give a thing type asIoT-Device
withname
as the thing attribute :

- After this has been created, you should see it on the
Types
screen from the AWS IoT dashboard, as shown in the following screenshot:

- Next, we add three IoT devices into AWS IoT. Navigate to
Manage
|Things
on the AWS IoT dashboard. Then, you add a thing name and its attribute as shown in the screenshot below the table. The following is our configuration of IoT devices:
Device name | Thing name | Thing attribute |
Raspberry Pi 3 |
|
|
Arduino Yún |
|
|
ESP32 board |
|
|

- After we have added three IoT devices, you should...