My Notes while learning about Greengrass

Greengrass Concepts Basics GG is a edge runtime with a deployment and management mechanism for the egde runtime AWS IoT thing: A device or logic entity Greengrass core device: Device running greengrass core software Greengrass client device: A device that connects to and communicates with a greengrass core device over MQTT. client device and core device could the same device or could be separated, with a sort of master slave relationship. client devices are meant for small footprint device that run embedded linux or RTOS maybe? ...

June 9, 2024 · 4 min · 668 words · Me