BigIP DNS failover
We have BigIP DNS servers in 2 AWS regions. The DNS zones are synchronized using iQuery and both DNS servers are registered with the domain. In the event of a failure in the primary region we would like to automatically change an A record to resolve to the DR region. Is it possible to create an iRule that is triggered with a DNS lookup request (for a specific host name) that will then check the bigip health monitor and will respond with the DR IP if the primary DNS is offline? I have not been able to find a command to check the health monitor so I though I would ask here. Using a 3rd party service for DNS is not an option. We are also using DNSSEC.
Thanks
Ok, you have to create two wide ip pools. One primairy with the virtual server of the primairy site, one with the DR site virtual server.
Then in the wide ip select both pools with the primairy site at the top, for load balancing use Global availability.
The DNS will return the primairy virtual server, the moment it becomes unavailable the DR virtual server will be returned on a query.
Cheers,
Kees