We currently have a Railway project with an Express API service hosted on US East (Virginia, USA) region. This service also has 3 replicas.
We are thinking of spinning up a duplicate setup, but on the US West (Oregon, USA) region.
What is the best way to configure this? Is it as simple as creating a new service and pointing it to the same GH repo? But instead of selecting US East as the region, select US West? We have most of this config in a railway.json file.. so I am thinking we will probably need a railway-us-east.json and railway-us-west.json config file, right? And then I would imagine we need some new domains, ie us-east-api.service.com and us-west-api.service.com ... and finally a load balancer like Cloudflare to direct traffic accordingly based on geo. Am I missing anything?