Keep by Feenics™ is a physical access control solution that runs using an array of services and software from AWS and MongoDB. This document enumerates the steps required to get the product running.
Prerequisites
- The install scripts are maintained in a private GitHub repository: https://github.com/rshillington/keep-install. Please contact, by email, Ralph Shillington to request access to this repo.
- We need to parse the various JSON outputs of
aws cli
commands, and we use jq for this purpose.
Download / the installation Script
Please clone the repo
git clone https://github.com/rshillington/keep-install.git
cd keep-install
Step 00 creating the VPC
The goal of the exercise is to run MongoDB across two regions, as a five-member replica-set. Each replica-set member will run in a separate availability zone.