An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# terraform-aws-ecs

![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/tedilabs/terraform-aws-ecs?color=blue&sort=semver&style=flat-square)
![GitHub](https://img.shields.io/github/license/tedilabs/terraform-aws-ecs?color=blue&style=flat-square)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=flat-square)](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).