AWS IoT OTA Update

Hi,

I try to make our OTA Updates for the device more secure. I follow this guideline and the OTA works fine so far: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/libraries/networking/aws_fota.html

we use nrf9160 with aws iot cloud

what I want to do: In the json file now a URL to a S3 bucket file is defined. This can be accessed public. How can I secure this file so it can be only accessed by the devices in our iot group?

I thought a lot about this and cant find a logical way because its really hard to identify the device on this point. maybe someone did this before and has some kind of best practice for me.

thanks and best regards

daniel

Parents Reply Children
Related