Introduction
This documentation covers the basic setup and the tooling that is used to deploy
the Example Voting App on AWS. We follow the Gruntwork guide and split up the
terraform code in
infrastructure-live
and
infrastructure-modules.
However, for this small example project we keep them in the same repository. For
larger projects, you would put each in its own repository. This allows you also
to do proper versioning for the modules.
In the next sections we provide detailed information about the steps and tooling that we used.