PROFESSIONAL-CLOUD-DEVOPS-ENGINEER · Question #50
You are configuring the frontend tier of an application deployed in Google Cloud. The frontend tier is hosted in nginx and deployed using a managed instance group with an Envoy-based external…
The correct answer is D. Standard Tier with a regional load balancer. For an application deployed entirely within one region (europe-west2) serving only users from within that region (United Kingdom), the most cost-effective solution is to use the Standard Network Tier with a regional load balancer.
Question
Options
- APremium Tier with a global load balancer
- BPremium Tier with a regional load balancer
- CStandard Tier with a global load balancer
- DStandard Tier with a regional load balancer
How the community answered
(24 responses)- A8% (2)
- B4% (1)
- C4% (1)
- D83% (20)
Why each option
For an application deployed entirely within one region (europe-west2) serving only users from within that region (United Kingdom), the most cost-effective solution is to use the Standard Network Tier with a regional load balancer.
Premium Tier with a global load balancer is more expensive and unnecessary for an application that is regionally deployed and serves only regional users.
Premium Tier with a regional load balancer is more expensive than Standard Tier, as Premium Tier provides global routing capabilities that are not needed for a strictly regional service.
Standard Tier with a global load balancer is not a valid configuration; global load balancers on Google Cloud primarily leverage the Premium Tier network.
The Standard Network Tier is designed for regional traffic and offers a more cost-effective option than the Premium Tier, which is optimized for global reach. A regional load balancer is sufficient for an application that is deployed within a single region and exclusively serves users within that same region, avoiding the higher costs associated with global load balancers and the Premium Tier when not needed.
Concept tested: Google Cloud Network Tiers and Load Balancer types
Source: https://cloud.google.com/network-tiers/docs/overview
Topics
Community Discussion
No community discussion yet for this question.