https://github.com/springload/terraform-aws-ecs-cluster
terraform >=0.12 module for AWS ECS cluster
https://github.com/springload/terraform-aws-ecs-cluster
Last synced: about 1 year ago
JSON representation
terraform >=0.12 module for AWS ECS cluster
- Host: GitHub
- URL: https://github.com/springload/terraform-aws-ecs-cluster
- Owner: springload
- Created: 2019-05-19T23:14:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-27T02:32:31.000Z (over 1 year ago)
- Last Synced: 2025-04-13T09:12:29.549Z (about 1 year ago)
- Language: HCL
- Homepage:
- Size: 55.7 KB
- Stars: 3
- Watchers: 16
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# terraform-aws-ecs-cluster for terraform >= 0.12
This module configures ECS-cluster consisting of number of ec2 instances. It supports spot ec2 instances, which might be
cost effective for a development environment that allows some downtime.
## Required variables
Only `cluster_name` is required to be set.