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
asked 19 days ago122 views
2 Answers
2
Accepted Answer

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
EXPERT
answered 19 days ago
profile picture
EXPERT
reviewed 14 days ago
  • 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
answered 18 days ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions