https://github.com/honestbank/terraform-aws-eks
Terraform-managed repo.
https://github.com/honestbank/terraform-aws-eks
workspace-code-infrastructure-prod
Last synced: 4 months ago
JSON representation
Terraform-managed repo.
- Host: GitHub
- URL: https://github.com/honestbank/terraform-aws-eks
- Owner: honestbank
- Created: 2021-07-23T13:40:03.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2026-01-28T09:02:35.000Z (4 months ago)
- Last Synced: 2026-01-29T00:32:22.480Z (4 months ago)
- Topics: workspace-code-infrastructure-prod
- Language: HCL
- Homepage:
- Size: 108 KB
- Stars: 0
- Watchers: 25
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Terraform AWS EKS
This Terraform Component module build an AWS EKS cluster:
* EKS worker nodes inside a private subnet
* AWS IAM roles connected for admin users
* Load balancer set up to faciliate external/internal access (kubectl)
For detailed input and output variable information see the [core module readme](/eks/README.md).
## Caveats
As this is a standalone module, it makes no effort to install or prepare a VPC. A VPC must be allocated for the tests to run. A dedicated test VPC has been set up and is the `$ run.sh` script connects to that to build.