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
Last synced: 2 months 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-04T17:51:09.000Z (3 months ago)
- Last Synced: 2025-04-04T18:35:52.597Z (3 months ago)
- Topics: aws, aws-ecr, aws-eks, devops, hacktoberfest, hcl2, iac, lang-hcl, sre, tedilabs, terraform, terraform-aws, terraform-module, terraform-modules
- Language: HCL
- Homepage: https://registry.terraform.io/modules/tedilabs/container/aws
- Size: 286 KB
- Stars: 39
- Watchers: 2
- Forks: 7
- Open Issues: 4
-
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-2024, [Byungjin Park](https://www.posquit0.com).