Export your KOPS_STAT_STORE variable
export KOPS_STATE_STORE=s3://your-bucket-name
Get your instances group
kops get ig
edit your master and slave nodes
kops edit ig <master-name>
Change maxsize and minsize to 0
minsize: 0
maxSize: 0
Update your cluster
kops update cluster --yes
Rolling changes to stop the cluster
kops rolling-update cluster --yes
Rolling changes to start the cluster
kops rolling-update cluster --cloudonly --force --yea