What comes to mind is DNS based load balancing. You'd have a full stack running in each region, and users get routed to the one nearest them. I could see this working for something like Dropbox or an email service where users can be easily segmented.
You can do that or you can use their Global Accelerator thingy that gives you an anycast IP but technically they dont have an lb that spans regions (nor would you probably want one)
Comments
What comes to mind is DNS based load balancing. You'd have a full stack running in each region, and users get routed to the one nearest them. I could see this working for something like Dropbox or an email service where users can be easily segmented.
You can do that or you can use their Global Accelerator thingy that gives you an anycast IP but technically they dont have an lb that spans regions (nor would you probably want one)
Yeah I think I was thinking of the Route 53 based region load balancing, not the load balancer products themselves.