This may seem quite obscure and perhaps quite niche but bear with me.
The situation is:
- www.domain.com points to infrastructure in EC2, specifically an ELB
- domain.com points to a micro instance in EC2 and is an nginx server thats only purpose is to redirect all requests to www.domain.com
- said micro instance is a single point of failure due to there only being one of them
What we'd like to do is to remove the SPOF so have multiple servers running this redirect. Setting the root domain to a CNAME in order to use an ELB is against the RFC I believe and I don't believe our DNS host will allow us to do this anyway.
What should we do to remove this SPOF given these limitations? Admittedly it's low impact if it does disappear for any reason but the business wants to mitigate this risk.