Hi, I am thinking of hosting my algo platform on cloud, my system will be accessing real time data from the websocket and making trades based on it. I understand the servers are decentralized, but if you can suggest a cloud provider (Azure, AWS, GCP, any other) along with the region that can give me fastest speeds to get and place orders.
Namaskara,
Are you executing your application in Linux or Windows?
I suggest you look for a good and low cost VPS provider … with OS that is compatible with your application.
Then execute the application for a month to uncover subtle glitches to fix them.
I personally prefer a vps or even a dedicated server .. .to reduce the latency.
Regards
Rathnadhar K V
Vanakkam, I am somehow carried away with intechdc.com. I have been using them for couple of years without any issues.
I have moved from in house server to AWS.
My code is deployed in Mumbai region to reduce latency (ap-south-1).
I ahve worked hands on with AWS and Azure. The best thing about AWS is top notch documention and stability.
For deployment, i have taken a simple Ubuntu EC2 VM with static IP. Automated Start and Stop of VM to reduced cost, using AWS EventBridge schedules.
That’s all.
Hope it helps.
@Amit_Kumar_Sharma can you tell me how much latency is reduce I mean what is your order placement latency
I haven’t measured, nor do I intend to measure.
I moved to AWS for stable connectivity, reduced latency and simpler ops.
Obviously, being colocated helps, so a server in Mumbai is better than that in southern part of India connected over home wifi.
Yes, That is the plan.
But the question is is any particular VPS provider preferred over the other?
Namaskara,
I prefer Bharatiya host… because money stays in my country.
I am using Happih Host..its good …I am happy
Remember…UPSTOX uses oath2… so you must emulate the browser (headless browser) to get auth token…that is bit tedious.