[iot greengrass]use greengrass do factory reset

0

how to use greengrass do factory reset? Allows the user to selectively perform factory reset is there any API?

  • Hi, can you clarify what do you mean by Factory Reset in your particular case?

asked 2 years ago198 views
1 Answer
0

You can try two different options:

Option1: aws greengrass create-deployment --deployment-type Reset|HardReset --group-id <some group>

Option2: aws greengrass reset --group-id <some group> OR aws greengrass hard-reset --group-id <some group>

For more option (API/Console) refer this link

https://docs.aws.amazon.com/greengrass/v1/developerguide/reset-deployments-scenario.html

AWS
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