Create an Amazon EKS Cluster Using Terraform
Use this procedure to create an Amazon EKS cluster using Terraform blueprints.
To simplify Amazon EKS cluster creation, we provide a Terraform blueprint that peforms the following:
-
creates a new sample VPC, 3 private subnets, and 3 public subnets using the default VPC CNI
-
creates Internet gateway for public subnets and NAT gateway for private subnets
-
creates an EKS Cluster called
cn2cluster
with one managed node group (desired nodes set to 3) -
creates a role called
cn2cluster-managed-ondemand
that the managed nodes use
Note:
Before installing CN2, disable transmit checksum offload on all your nodes. Disable the offload in a persistent manner (that survives reboots).
You've successfully created an Amazon EKS cluster. You're now ready to install CN2 on
this cluster.