AWS IoT Greengrass (V2) Scheduling Deployment of Components

0

Hello, How can I ensure minimal impact on service availability (AWS IoT Greengrass Core Device) while deploying new/updated components? Is there a way to schedule these activities (e.g., maintenance windows)? The Greengrass device is not connect to any client-device, it is the actual device used by users and it may have severe impact on users if it goes down unexpectedly. Thank you, Yossi

yossico
已提问 2 年前521 查看次数
1 回答
2
已接受的回答

Deployments cannot be scheduled directly, but you can write any logic that you want to defer a deployment on a device until later. This is accomplished using the IPC API "DeferComponentUpdate".

See: https://docs.aws.amazon.com/greengrass/v2/developerguide/defer-component-updates-tutorial.html

AWS
专家
已回答 2 年前
profile picture
专家
已审核 24 天前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则