aws-samples / aws-iot-device-management-workshop

AWS IoT Device Management makes it easy to securely onboard, organize, monitor, and remotely manage IoT devices at scale. With this workshop your will learn hands-on the features from AWS IoT Device Management like several onboarding options, jobs, fleet indexing, thing groups and fine grained logging.
Apache License 2.0
66 stars 37 forks source link

IoT Jobs -> Create a job: there is a missing command to be added after Start your job-agent #7

Open iakko opened 1 year ago

iakko commented 1 year ago

Following the Create a job step of the IoT Jobs part of the workshop, there is a moment where the user is asked to run a daemon and open another terminal.

The next step after opening the terminal, is running Copy the job document to your S3 Bucket:

aws s3 cp job-document.json s3://$S3_BUCKET/

However, opening a new terminal, brings the user to the home directory, which is not containing the job-document.json file, giving the error on the command.

The solution is to put a note to repeat the cd ~/job-agent before that one.