I have 2 distinct instances on Google Compute Engine.
On the first (lets name it instance1) I have hosted a website (with domain name instance1domain.com linked to it and static IP) and everything is working great.
On the second instance I have a web app that I want to be a subdomain of the site on the first instance (like app.instance1domain.com).
Both my instances are on the same zone with internal IP's from the same subnetwork (in Google Compute Engine).
How ca I map the second instance in Google Cloud DNS in such way that it becomes a subdomain for the site hosted on the first instance ?