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

demandé il y a 2 mois126 vues
1 réponse
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
répondu il y a 2 mois

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions