https://github.com/tedilabs/terraform-aws-ecs
🌳 A sustainable Terraform Package which creates resources for ECS Services on AWS
https://github.com/tedilabs/terraform-aws-ecs
aws aws-ecs devops hacktoberfest hcl2 iac lang-hcl sre tedilabs terraform terraform-aws terraform-module terraform-modules type-module
Last synced: about 2 months ago
JSON representation
🌳 A sustainable Terraform Package which creates resources for ECS Services on AWS
- Host: GitHub
- URL: https://github.com/tedilabs/terraform-aws-ecs
- Owner: tedilabs
- License: apache-2.0
- Created: 2026-03-16T13:56:09.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-03-16T14:37:53.000Z (3 months ago)
- Last Synced: 2026-03-17T01:48:20.280Z (3 months ago)
- Topics: aws, aws-ecs, devops, hacktoberfest, hcl2, iac, lang-hcl, sre, tedilabs, terraform, terraform-aws, terraform-module, terraform-modules, type-module
- Language: HCL
- Homepage: https://registry.terraform.io/modules/tedilabs/ecs/aws
- Size: 26.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# terraform-aws-ecs


[](https://github.com/pre-commit/pre-commit)
Terraform module which creates ECS (Elastic Container Service) related resources on AWS.
- [capacity-provider](./modules/capacity-provider)
- [cluster](./modules/cluster)
- [service](./modules/service)
- [task-definition](./modules/task-definition)
## Target AWS Services
Terraform Modules from [this package](https://github.com/tedilabs/terraform-aws-ecs) were written to manage the following AWS Services with Terraform.
- **AWS ECS (Elastic Container Service)**
- Capacity Provider
- Cluster
- Service
- Task Definition
## Examples
## Other Terraform Modules from Tedilabs
Enjoying [terraform-aws-ecs](https://github.com/tedilabs/terraform-aws-ecs)? Check out some of our other modules:
- [AWS Container](https://github.com/tedilabs/terraform-aws-container) - A package of Terraform Modules to manage AWS Container resources (ECR, EKS).
- [AWS Load Balancer](https://github.com/tedilabs/terraform-aws-load-balancer) - A package of Terraform Modules to manage AWS Load Balancer resources.
- [AWS Network](https://github.com/tedilabs/terraform-aws-network) - A package of Terraform Modules to manage AWS Network resources.
- [AWS Security](https://github.com/tedilabs/terraform-aws-security) - A package of Terraform Modules to manage AWS Security resources.
- [AWS VPC Connectivity](https://github.com/tedilabs/terraform-aws-vpc-connectivity) - A package of Terraform Modules to manage AWS VPC Connectivity related resources.
Or check out [the full list](https://github.com/search?q=org%3Atedilabs+topic%3Aterraform-module&type=repositories)
## Self Promotion
Like this project? Follow the repository on [GitHub](https://github.com/tedilabs/terraform-aws-ecs). And if you're feeling especially charitable, follow **[posquit0](https://github.com/posquit0)** on GitHub.
## License
Provided under the terms of the [Apache License](LICENSE).
Copyright © 2026, [Byungjin Park](https://www.posquit0.com).