I have created .dev domain on google domains and want to point various subdomains to aws route53 hosted zones.
AWS NS records for aws route 53 hosted zone
Basically what I want to do is
subdomain1.mydomain.dev => NS for route53 record in VPC1
subdomain2.mydomain.dev => NS for route53 record in VPC2
I tried using "Custom resource records" but it doesn't let me add any name server entries. Also gone through google domain help documentation but was not able to find proper solution for this.
My question is this even possible? If yes, I would appreciate any help with this.
subdomain1.mydomain.dev
, where do you want it to resolve to -- an IP address, CNAME, ELB, ...? – John Rotenstein