I have a domain "blabla.com" with some registrar. I have a number of ELBs to serve the traffic but their domain names change constantly.
I would like to route the blabla.com traffic to the ELBs from within AWS route53 to benefit from the advanced routing (weigthed routing, etc).
Is there a way to setup this up?
I created a hosted zone for blabla.com in route53, and I was thinking to create a CNAME from the registrar but I don't know where to point it to. I can't point it to the ELBs because they don't have a fixed domain name. Somehow I need a way to say "redirect everything to AWS" so that AWS uses my route53 rules to redirect the traffic.
Any idea on how to achieve something like this?