Any standard way to move greengrass device to a different account/endpoint

0

I have greengrass setup reporting to one particular endpoint, but I need to move it to a different one. I have the endpoint detail necessary.

  • I have the device registered in the other account with IoT in the same way

  • I same device deployment configuration available in the other account.

  • I have the device assigned the same deployment in the new account

    Basically I'd like to move it to the other account, and then be able to continue deploying as before. is there any standard way to do this type of thing ?

  • Is this about a device in production or test/dev? Is there any local component state which is stored inside the Greengrass component work folder you need to keep?

  • @MassimilanoAWS - Yes this is similar to the test/dev scenario - or potentially event moving between multiple production account endpoints. There isn't any local component state required. How would you recommend dealing with this ?

majh
asked 7 months ago292 views
2 Answers
0
Accepted Answer

If you are in a dev/test scenario, you can just rerun the installer on the same machine, using credentials belonging to the new target account. If the endpoint is in the same account (that is only a different region) you just need to ensure you set the right region in the installer parameters.

AWS
EXPERT
answered 7 months ago
  • OK - what about in a production environment ?

0

One relatively straightforward way to do this is to un-install Greengrass, then re-install it via our quick installer with the new account parameters. See https://docs.aws.amazon.com/greengrass/v2/developerguide/quick-installation.html for more details.

Aside from the quick installer, there is presently no out-of-the-box migration utility.

AWS
dghz
answered 7 months 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