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
asked 2 years ago474 views
1 Answer
2
Accepted Answer

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
EXPERT
answered 2 years 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