I am working on a project in AWS where the domain name that we need to use isn't controlled by us. So, they have CNAME'd a subdomain to us. In our F5, we added a NS record for the AWS nameserver that was assigned in route53. When I do a dig on the name, I can see the CNAME and it getting to us, but it never gets to the AWS nameservers or the final A record that is in that ZoneRecord.
Is it possible to go from a CNAME to a NS to a A record? Or, what finally needs to happen, is CNAME to NS to an APIGateway?
I've seen examples that have parts of the problem, but haven't been able to find any examples or documentation that details what exactly I'm trying to do.
I've also tried taking F5 out of the equation by making my own domain setup as follows:
test.domain1.tld CNAME to test.cname.domain2.tld
test.cname.domain2.tld IN NS ns-2134.awsdns-12.org
in AWS Route53 hostedzone test.domain1.tld:
test.domain1.tld A 123.123.123.123