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
posta 4 mesi fa139 visualizzazioni
1 Risposta
2
Risposta accettata

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
ESPERTO
con risposta 4 mesi fa
profile picture
ESPERTO
verificato 2 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande