The EKS Cluster Config Generator writes a eksctl ClusterConfig so you can spin up an Amazon EKS cluster without memorising the schema. You set the cluster name, region and Kubernetes version, then describe a node group with instance type and autoscaling bounds.
The output is valid eksctl YAML with a managed node group. Names are validated as RFC 1123 labels. Everything runs locally - nothing is uploaded and no cluster connection is made.