This repository has been archived by the owner on Jul 26, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 131
Nebula Assist
Michael Stanclift edited this page Feb 20, 2021
·
3 revisions
This document is specific to an unreleased version of Gravity Sync.
Gravity Sync with Nebula Assist will make a copy of your Domain Database, Local DNS Settings, and CNAME Records files to a public cloud provider. This will enable you to send a copy of your configuration off-site as an external backup, or as a way to synchronize a system that is outside of your local network.
Warning: There will be a small storage and transit cost associated with using AWS. Review the AWS Pricing Calculator for more information.
- Amazon Web Services Simple Storage Service (AWS S3)
- If you don't already have an Amazon Web Service account, create one.
- Create a new S3 Bucket, it must have a unique name. Select the region you want to use.
- Block all public access.
- Enable bucket versioning if you would like.
- Enable bucket encryption if you would like.
- Create an AWS Access Key ID and Secret Access Key.
- Install
awscli
on your secondary Pi-hole. - Run
aws configure
from on your secondary Pi-hole. - Enter the AWS Access Key ID and Secret Access Key.