How to Know When a Device is Provisioned with Greengrass

0

Hey everyone,

Providing a bit of context: we utilize a custom Debian package for device provisioning, and distributing it to customers. This package incorporates essential device certificates and configurations, and upon installation, triggers the Greengrass systemctl service. Our goal is to identify when the customer executes the Debian package so that we can take specific actions on our EKS services accordingly.

How can we ascertain whether a device has been provisioned with Greengrass? Are there any MQTT topics or triggers that are activated once during the provisioning process?

Thanks

Adim
preguntada hace 4 meses139 visualizaciones
1 Respuesta
2
Respuesta aceptada

AWS IoT send lifecycle events when any device connects or disconnects: https://docs.aws.amazon.com/iot/latest/developerguide/life-cycle-events.html.

You can use this to know that the new Greengrass device has connected.

AWS
EXPERTO
respondido hace 4 meses
profile picture
EXPERTO
revisado hace 2 meses

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas