Things created by AWS IoT automatically

0 votes

I am wondering how one creates many "things" in the AWS IoT solution via API without using the AWS web interface since this is not realistic in case I want thousands or millions of things. I guess you could write some script utilizing the "aws" client described here "http://docs.aws.amazon.com/iot/latest/developerguide/thing-registry.html" but thats not optimal if I want to control it from another service.

I assumed there would be a RESTish API to do this but it doesn't seem like it if I read the docs: "You use the AWS IoT console or the AWS CLI to interact with the registry."

Anyone who created thousands/millions of things - how did you interact with AWS IoT?

Oct 17, 2018 in AWS by findingbugs
• 4,780 points
1,057 views

1 answer to this question.

0 votes

"Automatically" means you can look at the following steps:

  1. When do you want to create a thing automatically? What is that triggers that create-thing process?
  2. Check this link for Just In Time registration of the devices
  3. You can create a Lambda function mapped to the AWS API Gateway which can invoke the AWS-IOT SDK to create a thing.
  4. Look at this page where they have created 50+ things using Javascript using aws-sdk library using serverless architecture approach
answered Oct 17, 2018 by Priyaj
• 58,090 points

Related Questions In AWS

0 votes
1 answer

AWS s3 -trigger on object created, function gets invoked continuously

This is not supposed to happen. Please ...READ MORE

answered Feb 6, 2019 in AWS by Esha
486 views
0 votes
1 answer

AWS SNS - How to get SNS topic by name?

If you know the topic already exists ...READ MORE

answered Sep 4, 2018 in AWS by Archana
• 4,170 points
4,348 views
0 votes
1 answer

Error when tried to invoke lambda function by AWS CLI

It looks like you need to provide ...READ MORE

answered Sep 10, 2018 in AWS by Archana
• 4,170 points
2,002 views
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
2 answers

How many instances can be created under AWS free tier account

Ans 1. Amazon charges based on usage per ...READ MORE

answered Jun 7, 2018 in AWS by MISHA
• 520 points
1,625 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP