Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Geolocation based routing with route53 #89

Open
gkpty opened this issue Aug 4, 2020 · 0 comments
Open

Add Geolocation based routing with route53 #89

gkpty opened this issue Aug 4, 2020 · 0 comments
Labels
Feature new feature

Comments

@gkpty
Copy link
Collaborator

gkpty commented Aug 4, 2020

If the dns provider is route53 torus could automatically create a set of alias records that reroute by geolocation. It could do this by using the domains methods.
https://aws.amazon.com/premiumsupport/knowledge-center/geolocation-routing-policy/\

make an object that maps major languages to geographic regions. Hopefully itll be easy for people to contribute both to the listt of languages (from the available 54 languages) and the list of regions offered.

{
  en:['NA', 'EU', 'OC'],
  es:['SA', 'MX', 'PA'],
  fr:[],
  it:[],
  pt:[],
  sw:[]
}

https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/resource-record-sets-values-geo.html#rrsets-values-geo-routing-policy

@gkpty gkpty added the Feature new feature label Aug 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature new feature
Projects
None yet
Development

No branches or pull requests

1 participant