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

Nik
已提問 1 年前檢視次數 187 次
1 個回答
0
已接受的答案

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
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南