amazon web services - Registering many AWS IoT buttons to perform the same function -


i need configure several hundreds (thousands?) of aws iot buttons (2nd gen.) submit order request. of buttons order same product , time being button's serial number associated already-existing customer id.

the 2 functions required when button clicked send sms text , email notification. serial number manually processed time being. order manually entered once text/email received.

using aws iot mobile app straightforward - register button scanning button box barcode label, process includes associating cell phone button's wifi , configuring associate internet-enabled wifi. isn't practical solution configure many buttons.

i've been searching google , youtube clues on how deploy buttons in mass quantities. 1 way seems aws iot enterprise option. expensive route go. expensive route bright wolf. either of these 2 options cost prohibitive currently.

last year amazon introduced just-in-time registration of device certificates on aws iot. i've been trying understand article. think might solution, i'm not positive. can tell me if solution allow registration of our buttons without requiring wifi configuration during process?

the way envision this, somehow register our buttons in bulk , shelve them. when customer requests button order product this, ship them button , configure connect internet-enabled wifi.

can point me in right direction? think setting 1 of these buttons individually cinch, setting lots of them gets messy.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -