Skip to content

AWS EKS Terraform module for Rackspace customers

License

Notifications You must be signed in to change notification settings

rackspace-infrastructure-automation/aws-terraform-eks

Repository files navigation

aws-terraform-eks

This repository contains several terraform modules that can be used to deploy various EKS resources, such as an EKS cluster.

Module listing

  • cluster This module creates an EKS cluster, associated cluster IAM role, and applies EKS worker policies to the worker node IAM roles.
  • kubernetes_components This module manages EKS via the kubernetes plugin, enabling additional features like ALB Ingress and Cluster Autoscaler.