Regions -
- UK
- USA
- Italy
- Singapore
- Australia
I have specific version of the site for each region and need to be deployed in different regions.
My Questions is - I need to route rest of the traffic to a default region, is there any way to do this ?
I just set up HTTP external Load Balancer and it does the job only the issue is that default routing scenario.
CodePudding user response:
I did the routing with HTTP(S) loadbalancer and a script. Thanks everyone.