Questions tagged [aws-iot-jobs]

3 questions
1
vote
1 answer

How to track Continuous Job execution per Thing in AWS-IoT

I use AWS IoT to manage Things. I have a Dynamic Thing Group with Continuous IoT Job attached, so every Thing eventually (based on conditions) can be added to this Group and a thing will be notified on a Job to be executed. This one works…
machin
  • 440
  • 8
  • 21
1
vote
2 answers

How are AWS IOT Jobs different to Topic subscription?

In AWS IOT we can make device subscribe to a topic. When a message is received on a topic, the device can be programmed to execute some code. AWS IOT Jobs seems similar in that the device listens on the job and executes certain code when job is…
variable
  • 8,262
  • 9
  • 95
  • 215
0
votes
2 answers

AWS IoT continuous jobs queued in reverse order

I have an AWS IoT Thing Group which includes some in-progress continuous jobs. When a device is added to the thing group, I want the continuous jobs must be processed as the order they were posted. However, look like the job executions are queued…