I have a pretty technical question that I would love some input on. We have our own CMS, and we're currently working on transitioning out 700+ sites from our current servers to AWS. Most of these clients give us full control or access to their registrar, but we have about 50-75 who for whatever reason, refuse to give it to us and also refuse to change the DNS info to what we need to make this switch. We think we've found a workaround, but I'm worried that it may have some negative impact on the sites.
I had my IT Director send me the following to hopefully make sense of what we're trying to do.
I'd love to know if anyone sees any glaring issues! I've spent time researching redirects and potential impacts, but can't find anything this specific.
I had my IT Director send me the following to hopefully make sense of what we're trying to do.
Dr. K has a web site, drkwebsite.com, that has an A record: 1.2.3.4
Dr. K is an untrusting client who won’t let us have access to their zone file. When we move to AWS, we need the A record to 1.2.3.4 to be deleted and replaced with a CNAME that points to abc.gdw.com. Since we can’t make the change ourselves, and Dr. K is non-responsive, we need to leave a path for her clients to get to her web site.
When we move, the web server at 1.2.3.4 will be replaced with a proxy server that will redirect users to abc.gdw.com, passing all headers so when the site loads from AWS, end users won’t know they’ve been redirected. If you curl the URL you’ll see the hop from the proxy server to the new web server, but it’s otherwise not visible.
I'd love to know if anyone sees any glaring issues! I've spent time researching redirects and potential impacts, but can't find anything this specific.