Skip to content

Add Geolocation based routing with route53 #89

@gkpty

Description

@gkpty

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions