Knowledge check
Before moving on to the next chapter, test your knowledge by answering these questions. The answers can be found at the end of the book:
- Which of the following is the best practice for how to organize code in edge ML solutions? A monolithic application or isolated services?
- What is the benefit of decoupling services in your edge architecture?
- What is the benefit of isolating your code and dependencies from other services?
- What is one trade-off to consider when choosing between wired and wireless networking implementations in IoT solutions?
- What is an example of a smart home device that uses both a sensor and an actuator?
- What are the two kinds of resources that define an IoT Greengrass component?
- True or false: A component must define at least one artifact in its recipe.
- Why is it a good design principle that, by default, only the root system user can interact with files in the IoT Greengrass directory?
- True or false: Components...