https://github.com/tedilabs/terraform-aws-container
🌳 A sustainable Terraform Package which creates resources for Container Services on AWS
https://github.com/tedilabs/terraform-aws-container
aws aws-ecr aws-eks devops hacktoberfest hcl2 iac lang-hcl sre tedilabs terraform terraform-aws terraform-module terraform-modules type-module
Last synced: 30 days ago
JSON representation
🌳 A sustainable Terraform Package which creates resources for Container Services on AWS
- Host: GitHub
- URL: https://github.com/tedilabs/terraform-aws-container
- Owner: tedilabs
- License: apache-2.0
- Created: 2021-02-16T03:41:40.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2026-02-19T16:23:23.000Z (about 1 month ago)
- Last Synced: 2026-02-23T01:13:51.669Z (30 days ago)
- Topics: aws, aws-ecr, aws-eks, 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/container/aws
- Size: 330 KB
- Stars: 40
- Watchers: 1
- Forks: 7
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# terraform-aws-container


[](https://github.com/pre-commit/pre-commit)
Terraform module which creates resources for container services on AWS.
- [ecr-registry](./modules/ecr-registry)
- [ecr-repository](./modules/ecr-repository)
- [eks-access-entry](./modules/eks-access-entry)
- [eks-addon](./modules/eks-addon)
- [eks-aws-auth](./modules/eks-aws-auth)
- [eks-cluster](./modules/eks-cluster)
- [eks-fargate-profile](./modules/eks-fargate-profile)
- [eks-iam-access](./modules/eks-iam-access)
- [eks-max-pods](./modules/eks-max-pods)
- [eks-official-image](./modules/eks-official-image)
## Target AWS Services
Terraform Modules from [this package](https://github.com/tedilabs/terraform-aws-container) were written to manage the following AWS Services with Terraform.
- **AWS ECR (Elastic Container Registry)**
- Private Registry
- Repository
- Lifecycle Policy
- Pull-through Cache
- Replication
- Scanning
- **AWS EKS (Elastic Kubernetes Service)**
- Control Plane
- Add-on
- Self-Managed Node Group (with ASG)
- Fargate Profile
- Access Entry & Access Policy
- Official Image
## Self Promotion
Like this project? Follow the repository on [GitHub](https://github.com/tedilabs/terraform-aws-container). 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 © 2021-2025, [Byungjin Park](https://www.posquit0.com).