Skip to content

Terraform module that creates an ECS cluster, backed by Spot instances

License

Notifications You must be signed in to change notification settings

Carlosgova/terraform-aws-ecs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This Terraform module creates an ECS cluster backed by Spot instances. You have to create Task Definitions and Services in order to deploy containers.

Prerequisites

Building

Since this is just a collection of Terraform scripts, there is nothing to build.

Installation

This module is not installed but, instead, is obtained by the project using the module. See kurron/terraform-environments for example usage.

Tips and Tricks

Debugging

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.

Troubleshooting

License and Credits

This project is licensed under the Apache License Version 2.0, January 2004.

List of Changes

About

Terraform module that creates an ECS cluster, backed by Spot instances

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HCL 90.2%
  • Shell 9.8%