AWS Fleet Provisioning on Arduino

There are many articles on how to connect an Arduino to AWS using MQTT and publishing and subscribing to topics. Here's an example of that:

My current project needs to be able to utilize AWS fleet provisioning which allows multiple devices to connect to the AWS account and get assigned a 'thing' certificate instead of having to manually create this inside of AWS first.

AWS has a python example of how to do this (link below) but I cannot find any examples on how to implement this with Arduino. I am using an ESP32 platform and definitely do not want to rewrite a healthy amount of tested code in python in order to easily use AWS example code.

Has anyone tried to do this? I expected that this would have already been done before but I can't find anything! The python code uses quite a few libraries that look to be a bear to port over.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.