Greengrass for raspberrypi4

0

If I deploy component in my device with AWS Greengrass so, how can I know that my remote device has downloaded that code. Does it download in its system or anything else. Thank you! Nik

1 réponse
0
Réponse acceptée

Hey Nik,

If you start a deployment from the AWS Greengrass, you can know if has succeeded when you see the deployment status as completed. If the deployment has failed then you would seen it as Failed. If you are curious where the artifact is on your device after a deployment succeeds, you can ssh into your device and check /greengrass/v2/packages/artifacts/<component-name>/<component-version> for example the if you install the greengrass cli component the jar would be at /greengrass/v2/packages/artifacts/aws.greengrass.Cli/2.9.1/.

If a deployment fails the downloaded artifact gets rolled back (removed) so you won't find it on the path I mentioned above. If you don't want it to be rolled back at the end of your deployment from the AWS console there is an advanced option where you can specify select not to rollback.

Hope that helps,

Nelson

AWS
répondu il y a un an

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions