In order to backup your remote.it Instance so that you can restore it and get your Services back, you will need to backup the following files:
/etc/machine-id
/etc/remoteit/config.json
Note:
You might want to back up these files at least once a day to a remote storage solution like S3.
To restore these files on a new instance:
1. Launch a new Instance with latest AMI. Find it here: remote.it for AWS
2. Copy the old Instance /etc/machine-id and /etc/remoteit/config.json files over to the new Instance.
3. Stop the remoteit agent on the old Instance using:
sudo remoteit agent stop
4. Restart the remoteit agent on the new Instance using:
sudo remoteit agent restart