I'm managing a domain at AWS Route 53 and I have a service exposed as an api on 3 servers spreaded across 3 main zones: us, asia, eu.
I created a traffic policy to redirect clients based on latency to the appropriate zone(s).
So client comes in via api.example.com
, enters this latency based policy and exits at the closest server. Which works...with one problem though. I don't know how to enable https
so I can have my clients use https://api.example.com
.
Any ideas?