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개 답변
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
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠