awslabs / aws-eks-cluster-controller

Manages EKS clusters in different AWS accounts using Custom Resources
Apache License 2.0
103 stars 30 forks source link

Allow user to specify EC2 instance type for worker nodes #53

Closed anand99 closed 5 years ago

anand99 commented 5 years ago

At the moment nodegroup worker nodes are created of m5.large type by default https://github.com/awslabs/aws-eks-cluster-controller/blob/master/pkg/controller/nodegroup/cfn_template.go#L13

User should be able to pass other instance type in Spec of EKS cluster to get different type of ec2 instance.