IoT Core OTA Job FAILED retry techniques

0

Hi there IoT people,

I am looking into the best practice approach to retrying an OTA update to failed devices.

Scenario:

"Let's say we ran an OTA update for 1000 devices, and 42 of them FAILED for some reason. We corrected the "reason" and now need to rerun the job for 42 devices only.

So, I looked thru the API's and I got as far as

Attach a lambda to a IoT Rule that filters for Completed events, as per

The next logical step is call ListJobExecutionsForJob, passing in the job Id, filtering for FAILED jobs only.

But I can't see a way to marry up the Execution to a Thing, because you need the thing name to call DescribeJobExecution.

Do you need to use Fleet Indexing, or is there a better way to programmatically get the list of failed Things for an OTA Job, so we can alert / report / build retry tooling?

Thanks!

AWS
已提问 4 年前464 查看次数
1 回答
0
已接受的回答

ListJobExecutionsForJob returns the ThingArn which is arn:aws:iot:<region><account-id>:thing/<thing-name>. You can extract the ThingName from that.

已回答 4 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则