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
posta 2 anni fa521 visualizzazioni
1 Risposta
2
Risposta accettata

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
ESPERTO
con risposta 2 anni fa
profile picture
ESPERTO
verificato 24 giorni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande