mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-01-11 14:30:55 +01:00
994 B
994 B
EKS Managed Node Group Examples
Configuration in this directory creates Amazon EKS clusters with EKS Managed Node Groups demonstrating different configurations:
eks-al2023.tfdemonstrates an EKS cluster using EKS managed node group that utilizes the EKS Amazon Linux 2023 optimized AMIeks-bottlerocket.tfdemonstrates an EKS cluster using EKS managed node group that utilizes the Bottlerocket EKS optimized AMI
See the AWS documentation for additional details on Amazon EKS managed node groups.
The different cluster configuration examples provided are separated per file and independent of the other cluster configurations.
Usage
To provision the provided configurations you need to execute:
$ terraform init
$ terraform plan
$ terraform apply --auto-approve
Note that this example may create resources which cost money. Run terraform destroy when you don't need these resources.