Overview
Who should read these docs?
Firmware Update Jobs
This is the device-side implementation guide for the direct-to-cloud delivery channel: OTA updates for devices that hold their own MQTT connection to the platform. The device discovers a firmware update as an AWS IoT Job, downloads the image over mTLS using its operational certificate, verifies the bytes against the job document, and reports the outcome back via the Jobs API. Tools without their own cloud connection will be served by relayed delivery, which is not yet built.
Relayed Delivery (BLE)
Relayed delivery is planned but does not exist yet