I am developing a multiplayer game. Users will be able to choose any server they like, such as the EU, US, UK, and so on. There will be multiple servers per region, for example, EU-1, EU-2, and so on. I will assign a single VM per server.
However, I could not find how to duplicate the same project to meet my requirements. Each server will have to have a unique URL so that users can connect to the server of their choice.
I know that we can add regions and scale the project, and users will be routed to the closest region, but I want to enable manual selection.
