Does AWS IoT allow a certificate for multiple devices?

0

I'm using dynamoDB to save data from multiple devices and I noticed that only the last connected device that sends the data, never all simultaneous. Then I saw that it was because of the certificates and that I would have to register the devices one by one. But it turns out that I will use more than 10000 devices and it will be almost impossible to register one by one. So if I had a certificate that worked for all devices it would help a lot.

已提問 2 年前檢視次數 1134 次
1 個回答
2

Hi. You can use one certificate for multiple devices, but it's an anti-pattern. It's best practice to have a unique certificate for every device. This limits blast radius to a single device if a device is compromised.

https://docs.aws.amazon.com/whitepapers/latest/securing-iot-with-aws/provision-iot-devices-and-systems-with-unique-identities-and-credentials.html

AWS has numerous methods of device provisioning that can help you provision devices at scale:

https://d1.awsstatic.com/whitepapers/device-manufacturing-provisioning.pdf

https://docs.aws.amazon.com/iot/latest/developerguide/iot-provision.html

Please review that material and we'd be more than happy to answer subsequent questions.

profile pictureAWS
專家
Greg_B
已回答 2 年前

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

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

回答問題指南