I have a kuberbetes cluster running in EKS. We use it for testing periodically but mainly it just sits there with all its nodes and costing us.
I am looking for the most elegant way to turn it off so it does not incur costs and turn it back on when needed.
My thought; use eksctl to scale the node group to 0 instances and change it back up when needed.
Is there a more “elegant” way to do this?