Considering records like:
host.example.com
as a CNAME to:
host01.example.com
and
host02.example.com
(on two separate records).
I want to set up those A records to be with a Failover routing policy.
Record Name Type Routing Differentiator Route traffic to
------------------------------------------------------------------
host.example.com CNAME Failover Primary host01.example.com
host.example.com CNAME Failover Secondary host02.example.com
If host01.example.com
is down for whatever reason, I want requests to host.example.com
to still be satisfied, but just pointing to host02.example.com
. Is this the correct way to implement such a policy in Route 53? Or would there be a better solution?