Industrial IoT/ML Workshop

Checkpoint 2

Verifying Part 2

This is the second checkpoint where you can again automatically test if you reached it and if not get hints where to look.

Please run the following command in the terminal on AWS Cloud9:

sudo ~/environment/checkpoint.py 2

If everything is ok, you should see the following output:

If you do not get a check on all items, the script will show you where it failed to verify your solution. The documentation above should help you to resolve the issue.

Current Architecture

Let´s review the current state of our architecture and compare it to the target that we want to reach in this workshop:

As shown above, our Greengrass core is now running its first lambda function which allows us to move the sensor data about the drill to AWS IoT Core. In the next step, we will deploy a similar lambda function that does pre-processing of the drill data.