Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 598 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 598 Bytes

Terraform EKS demo

In the main.tf file there are two examples:

  • nodes using the custom AMI (module.eks_managed_node_group_with_standard_ami),
  • nodes using the custom AMI provided by AWS (module.eks_managed_node_group_with_standard_ami).

This example is an attempt of validating two main things:

  • adding labels to the eks nodes
  • initializing the containerd as the main runtime container

Be aware that this is only a demo to test the terraform aws modules.

You can check the needed variables in the terraform.tfvars.example.