I wanted to know if such a scenario is possible:
- I have a domain hosted in
GoDaddy- sayexample.com - I go to
Cloudflare, create that domain, take the nameservers, and configure them inGoDaddy - I go to
AWS Route53, create hosted zone, take 4x NS records that were generated and insert them inCloudflareas NS records separately
So its: GoDaddy -> Cloudflare -> AWS Route53
And now - should I be able to manage my domains via AWS Route53?
I figured it out and it seems that doing what I described above is impossible for the root domain, like
example.com.Meaning that if in my domain registrar I point to different Nameservers for
example.comonly those are valid and I cannot configure NS records forexample.comfurther. So:example.comat GoDaddy -> all gooda.ns.cloudflare.comandb.ns.cloudflare.com-> all goodexample.com. I receive 4 Nameservers:a.aws.com, ...d.aws.com-> all goodexample.comdomain records and try to configure the 4xNSrecords for those four I got from Route53 -> thats NOT goodIn point 5 this is not going to work.
However!
It is possible with subdomains. So if in point 4. I would have created HostedZone for
test.example.comI would have been able to go to Cloudflare and pointtest.example.comwith NS records to those 4x Nameservers that I get from Route53 and managetest.example.comand*.test.example.comfrom Route53.If I am wrong in anything please correct me!