eluck / scs-aws-mongo-replica

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Status

In development, doesn't work yet

About

scs-aws-mongo-replica is a setup creating secure mongodb replica set in AWS. This project is part of Simple cloud stack initiative.

The current version of the project is intended to be launched on Mac OS X only. Contributions for porting this project to other platforms are welcomed.

Usage

  1. Install the setup definitions via npm or yarn:

yarn add scs-aws-mongo-replica

  1. Initialize tooling by running command below and following instructions. Warning: this step will download and install Hashicorp Ansible and Terraform tools on your Mac.

yarn run scs-aws-mongo-replica

  1. Generate Ansible and Terraform scripts for your setup. It is recommended to store the scripts in git alongside the project.

yarn run scs-aws-mongo-replica generate

  1. Apply Ansible and Terraform scripts to create mongo replica set.

yarn run scs-aws-mongo-replica apply

About


Languages

Language:Python 95.1%Language:HCL 2.8%Language:Shell 1.7%Language:JavaScript 0.4%