I would like to create a subdomain on Route 53 with DNS provided by GoDaddy and control all of it's subdomains from Route 53. E.g. Assume that I have purchased example.com
on GoDaddy and created different records to point them to respective IP addresses where my services are hosted.
Without disturbing this setup, I want to add service.example.com
on AWS Route 53 and control all of it's subdomains e.g. test.service.example.com
, int.service.example.com
, rel.service.example.com
from AWS itself without making any changes to Records (except for service.example.com
) on GoDaddy.
I was referring to few video tutorials for doing the same but It's not explaining completely how to make this happen.
https://aws.amazon.com/premiumsupport/knowledge-center/create-subdomain-route-53/ https://www.youtube.com/watch?v=W4FPZ29Trpw
Please note, I don't want to transfer my parent domain to AWS Route 53. I just want to have my subdomain and any subdomains unders this on AWS Route 53.
I would really appreciate any pointers to get me moving in the right direction. :-)