IoT Core Things Quota

0

Hello.

I have been searching about what the default quota and limit of "Things" that can be created or have in the IoT Core module is, but I can't find the information.

The above is with the understanding that it is suggested to have only one device associated with a certificate. So, for example, if I have 100 IoT sensors/devices, I should create 100 things objects. However, I cannot find the quota limit that AWS grants, in order to correctly design the architecture of the final solution.

Thanks!

Claudio
gefragt vor einem Monat136 Aufrufe
2 Antworten
2
Akzeptierte Antwort

There is no limit on the number things, only attributes. A thing with a thing type can have up to 50 attributes. A thing without a thing type can have up to three attributes. For example if you define a LightBulb thing type. All things associated with the LightBulb thing type share a set of attributes: serial number, manufacturer, and wattage. You can have a millions or billions of LightBulbs for this particular thing type.

profile pictureAWS
EXPERTE
beantwortet vor einem Monat
profile picture
EXPERTE
überprüft vor einem Monat
  • And to add onto this you can also have essentially an unlimited amount of device certificates and AWS IoT Policies too.

0

Thanks for the reply.

I understand that there are no limits on things, certificates and policies. Good news.

What we would have to be careful about is the limits associated with subscriptions per connection (if, for example, each device generates a single subscription), but that goes along another line in the architecture of the solution.

Thank you so much!!

Claudio
beantwortet vor einem Monat

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen