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
feita há 4 meses139 visualizações
1 Resposta
2
Resposta aceita

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
ESPECIALISTA
respondido há 4 meses
profile picture
ESPECIALISTA
avaliado há 2 meses

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas