This Terraform module creates an ECS cluster backed by Spot instances. You have to create Task Definitions and Services in order to deploy containers.
- Terraform installed and working
- Development and testing was done on Ubuntu Linux
Since this is just a collection of Terraform scripts, there is nothing to build.
This module is not installed but, instead, is obtained by the project using the module. See kurron/terraform-environments for example usage.
The debug
folder contains files that can be used to test out local changes
to the module. Edit backend.cfg
and plan.tf
to your liking and
then run debug/debug-module.sh
to test your changes.
This project is licensed under the Apache License Version 2.0, January 2004.