├── Architectural-Design └── ArchitecturalDesign.png ├── LICENSE ├── README.md ├── deployment.yaml ├── eip.tf ├── eks-node-groups.tf ├── eks.tf ├── internet-gateway.tf ├── nat-gateway.tf ├── outputs.tf ├── provider.tf ├── route-table-association.tf ├── routing-table.tf ├── service.yaml ├── subnets.tf └── vpc.tf /Architectural-Design/ArchitecturalDesign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DevOps-Automations-and-Development/terraform-aws-eks/HEAD/Architectural-Design/ArchitecturalDesign.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DevOps-Automations-and-Development/terraform-aws-eks/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DevOps-Automations-and-Development/terraform-aws-eks/HEAD/README.md -------------------------------------------------------------------------------- /deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DevOps-Automations-and-Development/terraform-aws-eks/HEAD/deployment.yaml -------------------------------------------------------------------------------- /eip.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DevOps-Automations-and-Development/terraform-aws-eks/HEAD/eip.tf -------------------------------------------------------------------------------- /eks-node-groups.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DevOps-Automations-and-Development/terraform-aws-eks/HEAD/eks-node-groups.tf -------------------------------------------------------------------------------- /eks.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DevOps-Automations-and-Development/terraform-aws-eks/HEAD/eks.tf -------------------------------------------------------------------------------- /internet-gateway.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DevOps-Automations-and-Development/terraform-aws-eks/HEAD/internet-gateway.tf -------------------------------------------------------------------------------- /nat-gateway.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DevOps-Automations-and-Development/terraform-aws-eks/HEAD/nat-gateway.tf -------------------------------------------------------------------------------- /outputs.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DevOps-Automations-and-Development/terraform-aws-eks/HEAD/outputs.tf -------------------------------------------------------------------------------- /provider.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DevOps-Automations-and-Development/terraform-aws-eks/HEAD/provider.tf -------------------------------------------------------------------------------- /route-table-association.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DevOps-Automations-and-Development/terraform-aws-eks/HEAD/route-table-association.tf -------------------------------------------------------------------------------- /routing-table.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DevOps-Automations-and-Development/terraform-aws-eks/HEAD/routing-table.tf -------------------------------------------------------------------------------- /service.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DevOps-Automations-and-Development/terraform-aws-eks/HEAD/service.yaml -------------------------------------------------------------------------------- /subnets.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DevOps-Automations-and-Development/terraform-aws-eks/HEAD/subnets.tf -------------------------------------------------------------------------------- /vpc.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DevOps-Automations-and-Development/terraform-aws-eks/HEAD/vpc.tf --------------------------------------------------------------------------------