Created Nebula Assist (markdown)

Michael Stanclift 2021-02-20 17:50:43 -06:00
parent 12a91c5037
commit 154064eee8

16
Nebula-Assist.md Normal file

@ -0,0 +1,16 @@
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.
### Supported Cloud Providers
* Amazon Web Services Simple Storage Service (AWS S3)
## Setup Steps
1. If you don't already have an Amazon Web Service account, [create one](https://portal.aws.amazon.com/billing/signup#/start).
2. 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.
3. Create an AWS Access Key ID and Secret Access Key.
4. Install `awscli` on your secondary Pi-hole.
5. Run `aws configure` from on your secondary Pi-hole.
6. Enter the AWS Access Key ID and Secret Access Key.