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
asked 3 months ago129 views
1 Answer
2
Accepted Answer

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
EXPERT
answered 3 months ago
profile picture
EXPERT
reviewed a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions