AWS IoT Jobs is a service that allows you to define a set of jobs — remote operations that are sent to and executed on one or more devices connected to AWS IoT. For example, you can define a job that instructs a set of devices to download and install application or firmware updates, reboot, rotat
curl \
-H "Authorization: $API_KEY" \
http://data.jobs.iot.us-east-1.amazonaws.com/things/{thingName}/jobscurl \
-H "Authorization: $API_KEY" \
http://data.jobs.iot.us-east-1.amazonaws.com/things/{thingName}/jobs/{jobId}