I had created eks cluster and node group using Terraform. I forgot to add names to the nodes.
Now the nodes have been successfully created but without names.
Is it possible to add names (say using eksctl) to nodes now that they are already in running state?
Is it possible to do so without recreating/destroying the nodes?