
Answer-first summary for fast verification
Answer: Google Domains, Cloud DNS, HTTP(S) Load Balancer
To serve traffic on https://www.example.com, you must first own the domain example.com, which can be registered using Google Domains. After owning the domain, you need to create a DNS zone for www.example.com using Cloud DNS, a scalable and managed authoritative DNS service. Within Cloud DNS, you should create an A record pointing to the public IP of your load balancer. For fronting the autoscaled managed instances group, Google recommends using an HTTP(S) Load Balancer, as it is designed for HTTP(S) traffic, unlike the SSL Proxy Load Balancer which is intended for non-HTTP(S) traffic. Therefore, the correct combination of services is Google Domains, Cloud DNS, and HTTP(S) Load Balancer.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are planning to deploy an application on an autoscaled managed instances group. The application, which runs on a Tomcat server on port 8080, needs to be accessible via https://www.example.com. Following Google's recommended practices, which services should you utilize?
A
Google Domains, Cloud DNS private zone, HTTP(S) Load Balancer
B
Google Domains, Cloud DNS private zone, SSL Proxy Load Balancer
C
Google DNS, Google CDN, SSL Proxy Load Balancer
D
Google Domains, Cloud DNS, HTTP(S) Load Balancer
No comments yet.