path based routing

0

i have one web application 'example.com' which is hosted in ec2 (aws). one server is hosted in london region another is hosted mumbai region. i am using global accelerator for geolocation routing(standard routing). so user is connecting to nearest server. but if i want to connect my london server, i need to use VPN. but i need some path based routing. for example example.com/uk needs to route london server. example.com/in needs to route mumbai server. any good solution for this ? architecture : global accelerator points to two endpoints,mumbai and lonodn alb. ip of global accelerator added to route53.

1 Answer
0

One way you could do this is to set up a zone for example.com that has two geolocation routing records for both UK and India. The records will be called uk.example.com and in.example.com and they will be pointing to two different AGA's. The AGA's will be regional with 100% weight towards the respective regions. Traffic sourced from London will route to example.com record -> geolocation will recognize the source address as UK and use the CNAME alias to uk.example.com -> that IP will be of the aga associated with the UK region.

kyle
answered 20 days ago
  • @kyle,thanks for your answer. this solution will be same as sub domain. i need path based routing.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions