You want to connect your custom domain to a Google Cloud service. Which DNS record type is typically required to point your domain to a Google-managed service IP address?
Think about the record that maps a domain to an IP address.
An A record maps a domain name to an IPv4 address, which is necessary to point your custom domain to the IP address of a Google Cloud service.
You want to configure a custom domain for your Google App Engine app. Which step is not required?
Think about what is needed to connect a domain to a service versus network security settings.
Firewall rules control network traffic but are not required to configure a custom domain for App Engine. Domain verification and DNS records are required.
You want to serve your website on a custom domain using Google Cloud Load Balancer with HTTPS. Which architecture ensures the best security and performance?
Consider where SSL termination should happen for best security and performance.
Google-managed SSL certificates on the load balancer provide automatic renewal and SSL termination at the edge, improving security and performance. The domain should point to the load balancer IP via an A record.
After mapping a custom domain to a Cloud Run service, what happens if you delete the DNS record pointing to the Cloud Run domain?
Think about how DNS controls domain name resolution.
If the DNS record is deleted, the domain name no longer points to the Cloud Run service IP, so users cannot reach the service via the custom domain, causing downtime.
Which practice best prevents unauthorized users from hijacking your custom domain when using Google Cloud services?
Think about controlling who can prove ownership and change DNS settings.
Verifying domain ownership and restricting DNS changes to trusted users prevents attackers from redirecting your domain to malicious services.