Hi Guys,
I want to switch to deploy starrocks to EC2 instead of EKS, wanted to know if this is possible or not?
k
Kevin Cai
12/16/2025, 10:23 AM
what do you mean by "switch"? migrate from eks to ec2 instance? it is certainly possible to deploy a fresh new cluster on ec2 instance
s
Sakshi Jethani
12/16/2025, 10:24 AM
what all cons are there if we deploy to ec2?
Sakshi Jethani
12/16/2025, 10:24 AM
since in starrocks docs it is recomended to use eks
k
Kevin Cai
12/16/2025, 11:18 AM
ec2 are vm based deployment, eks is based on k8s, it is different in managing and operating the cluster, there is no pros or cons of the solution, just how you are more comfortable/skilled to manage it.