How to connect multiple devices to AWS-IOT.

0

Right now, I am using the ESP32 to build a device that can send data over an AWS-IOT.

I am planning to use several ESP32 devices. Right now, I made a thing specifically for each device. I must therefore create three things, each with a unique certificate and key, if I have three devices.

This process is not scaleable, when I will connect 100 devices . It is not possible for me to do it manually. What can I do to solve this problem, and how can I do so?

Also I want to know about the price for using different facilities provided by AWS

已提問 2 個月前檢視次數 128 次
1 個回答
1

There are several different ways to provision a device and install unique client certificates on it. AWS IoT supports automated fleet provisioning using provisioning templates. Provisioning templates describe the resources AWS IoT requires to provision your device. Templates contain variables that enable you to use one template to provision multiple devices. When you provision a device, you specify values for the variables specific to the device using a dictionary or map. To provision another device, specify new values in the dictionary. Ref. https://docs.aws.amazon.com/iot/latest/developerguide/iot-provision.html

profile pictureAWS
已回答 2 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南