Specify custom subdomain to all GCP resources in a project

80 Views Asked by At

I have a domain purchased from squarespace, let's say its name is mydomain.com. Then, I have created an organization on Google Cloud with the same domain verified through a TXT record.

My domain will be used by multiple resources in GCP and AWS. So, I want to specify the subdomain gcp.mydomain.com to be used with all the services in GCP, and its subdomains like app.gcp.mydomain.com and others to be controlled in Google Cloud DNS. The same applies for AWS.

What should I do in squarespace side to configure that all the requests that come to *.gcp.mydomain.com to be handled by GCP Cloud DNS, and all the requests that come to *.aws.mydomain.com to be handled by AWS DNS Service? So, I want squarespace to act as an interface only and the DNS service in the destination platform is the one that handles its DNS records separately.

0

There are 0 best solutions below