Skip to content

Infrastructure as code

Yomi Ogunyinka edited this page Jul 13, 2021 · 2 revisions

Everything in AWS will be in Git, from documentation to spin up and run environments to all the automation to create, install and configure everything. Nothing is supposed to be provisioned manually.

This repository contains all the automation to provision infrastructure in AWS. This will configure the network, create the database cluster, configure all the load balancers, etc.

Clone this wiki locally