Section 2
Section 2
Associate Cloud
Engineer Journey
Now let’s review the diagnostic questions together, paying attention to the areas
where you need to focus your study time. Some of this may be content you’re already
very familiar with, while other aspects may be new to you.
Your study plan:
Planning and configuring cloud solutions
Just like we did with the previous module, we’ll approach this review by looking at the
objectives of this exam section and the questions you just answered about each one.
We’ll introduce an objective, briefly review the answers to the related questions, then
talk about where you can find out more in the learning resources and/or in Google
Cloud documentation. As we go through each section objective, use the page in your
workbook to mark the specific documentation, courses (and modules!), and quests
you’ll want to emphasize in your study plan.
Planning and estimating
2.1 using the Pricing Calculator
At the start of this module we discussed how an Associate Cloud Engineer would plan
and configure Cymbal Superstore’s cloud applications and some of the considerations
involved. Google’s pricing calculator can help you estimate costs and make decisions
about compute and storage choices, as you saw in the first diagnostic question.
2.1 Diagnostic Question 01 Discussion
The projected amount of cloud storage A. Use the pricing calculator to estimate
required for Cymbal Superstore to the costs for 10 TB of regional Standard
enable users to post pictures for storage, 30 TB of regional Coldline storage,
project reviews is 10 TB of immediate and egress charges for reads from storage.
access storage in the US and 30 TB of B. Use the pricing calculator to estimate the price for 10 TB of regional
storage for historical posts in a bucket Standard storage, 30 TB of regional Nearline storage, and ingress
located near Cymbal Superstore’s charges for posts to the bucket.
headquarters. The contents of this
C. Use the pricing calculator to estimate the price for 10 TB of
bucket will need to be accessed once
multi-region standard storage, 30 TB for regional Coldline storage,
every 30 days. You want to estimate
and ingress charges for posts to the bucket.
the cost of these storage resources to
ensure this is economically feasible. D. Use the pricing calculator to estimate the price for 10 TB of
multi-region Standard storage, 30 TB for regional Nearline, and
egress charges for reads from the bucket.
What should you do?
Question:
The projected amount of cloud storage required for Cymbal Superstore to enable
users to post pictures for project reviews is 10 TB of immediate access storage in the
US and 30 TB of storage for historical posts in a bucket located near Cymbal
Superstore’s headquarters. The contents of this bucket will need to be accessed once
every 30 days. You want to estimate the cost of these storage resources to ensure
this is economically feasible. What should you do?
2.1 Diagnostic Question 01 Discussion
The projected amount of cloud storage A. Use the pricing calculator to estimate
required for Cymbal Superstore to the costs for 10 TB of regional Standard
enable users to post pictures for storage, 30 TB of regional Coldline storage,
project reviews is 10 TB of immediate and egress charges for reads from storage.
access storage in the US and 30 TB of B. Use the pricing calculator to estimate the price for 10 TB of regional
storage for historical posts in a bucket Standard storage, 30 TB of regional Nearline storage, and ingress
located near Cymbal Superstore’s charges for posts to the bucket.
headquarters. The contents of this
C. Use the pricing calculator to estimate the price for 10 TB of
bucket will need to be accessed once
multi-region standard storage, 30 TB for regional Coldline storage,
every 30 days. You want to estimate
and ingress charges for posts to the bucket.
the cost of these storage resources to
ensure this is economically feasible. D. Use the pricing calculator to estimate the price for 10 TB of
multi-region Standard storage, 30 TB for regional Nearline,
and egress charges for reads from the bucket.
What should you do?
Feedback:
A. Use the pricing calculator to estimate the costs for 10 TB of regional Standard
storage, 30 TB of regional Coldline storage, and egress charges for reads from
storage.
Feedback: Incorrect. The storage is US which indicates multi-region storage instead
of regional Standard storage. The 30-day requirement points to Nearline storage, not
Coldline.
B. Use the pricing calculator to estimate the price for 10 TB of regional Standard
storage, 30 TB of regional Nearline storage, and ingress charges for posts to the
bucket.
Feedback: Incorrect. The storage is US which indicates multi-region storage instead
of regional Standard storage and ingress (data writes) is free. There are no costs
associated with ingress.
C. Use the pricing calculator to estimate the price for 10 TB of multi-region standard
storage, 30 TB for regional Coldline storage, and ingress charges for posts to the
bucket.
Feedback: Incorrect. The 30-day requirement points to Nearline storage, not Coldline
and ingress (data writes) is free, there are no costs associated with ingress.
*D. Use the pricing calculator to estimate the price for 10 TB of multi-region standard
storage, 30 TB for regional Nearline, and egress charges for reads from the bucket.
Feedback: Correct! Data storage pricing is based on the amount of data and storage
type. Standard storage is immediately available. Nearline storage is for data accessed
roughly every 30 days. Egress is the amount of data read from the bucket and is also
chargeable.
Where to look:
https://cloud.google.com/products/calculator/
Content mapping:
● Architecting with Google Compute Engine (ILT)
○ M3 Virtual Machines
○ M6 Resource Management
Summary:
Explanation/summary on the following slides.
Pricing Calculator 1
Select a product from
scrolling list at top of the
form
Enter target
3
configuration in form
https://cloud.google.com/products/calculator/
https://cloud.google.com/products/calculator/
The Pricing Calculator is a multi-section form that lets you estimate the costs of
different cloud services based on how you are going to use and configure them. For
example, you can estimate costs of implementing a database in Cloud SQL, object
storage in Cloud Storage, data warehouse needs using BigQuery, among others.
Once you have some possible configurations in mind, you can use the pricing
calculator to estimate costs for the different products you will be using.
Total estimated cost:
Pricing Calculator daily, weekly, monthly,
quarterly, yearly and
3-year increments
Question to ask:
How closely your
estimated usage
matches your actual
usage?
Keep in mind pricing estimates generated by the calculator are not binding in any
way. Please just use them as a planning tool. Real costs are going to be determined
by actual usage.
Planning and estimating
2.1 using the Pricing Calculator
Courses Documentation
Now that we’ve reviewed the diagnostic question related to Section 2.1, let’s take a
moment to consider resources that can help you build your knowledge and skills in
this area.
The concepts in the diagnostic questions we just reviewed are covered in these
modules and in this documentation. You’ll find this list in your workbook so you can
take a note of what you want to include later when you build your study plan. Based
on your experience with the diagnostic questions, you may want to include some or all
of these in your plan.
https://cloud.google.com/products/calculator/
Planning and configuring
2.2 compute resources
Considerations include:
● Selecting appropriate compute choices for a given workload
(e.g., Compute Engine, Google Kubernetes Engine, Cloud Run, Cloud Functions)
● Using preemptible VMs and custom machine types as appropriate
Question:
Cymbal Superstore decides to migrate their supply chain application to Google Cloud.
You need to configure specific operating system dependencies. What should you do?
2.2 Diagnostic Question 02 Discussion
Feedback:
A. Implement an application using containers on Cloud Run.
Feedback: Incorrect. Cloud Run deploys containers in Google Cloud without you
specifying the underlying cluster or deployment architecture.
Where to look:
https://cloud.google.com/blog/products/compute/choosing-the-right-compute-option-in
-gcp-a-decision-tree
Content mapping:
● Google Cloud Fundamentals: Core Infrastructure (ILT and On-demand)
○ M3 Virtual Machines and Networks in the Cloud
Summary:
There are five distinct ways to interact with compute resources in Google Cloud. They
can be divided into server-based services, where manage and pay for infrastructure,
and serverless options, where you just pay for execution time.
Infrastructure as a service:
● To just focus on writing code ● Scales to meet demand ● For event-driven workloads
Use When You ● Developer velocity ● Pay for what you use ● Scales to meet demand
Need...
● To minimize operational overhead ● Supports API endpoints ● Minimal configuration
App Engine, Cloud Functions, and Cloud Run are serverless options, where you
focus on code and Google manages the underlying hardware and operating system
for you.
2.2 Diagnostic Question 03 Discussion
Question:
Cymbal Superstore decides to pilot a cloud application for their point of sale system in
their flagship store. You want to focus on code and develop your solution quickly, and
you want your code to be portable. How do you proceed?
2.2 Diagnostic Question 03 Discussion
Feedback:
A. SSH into a Compute Engine VM and execute your code.
Feedback: Incorrect. Configuring SSH connectivity to a Compute Engine VM does not
meet the focus on code requirement of this scenario.
*B. Package your code to a container image and post it to Cloud Run.
Feedback: Correct! Cloud Run provides serverless container management. It lets you
focus on code and you can deploy your solution quickly.
Where to look:
https://cloud.google.com/hosting-options
Content Mapping:
● Google Cloud Fundamentals: Core Infrastructure (ILT and On-demand)
○ M6 Applications in the Cloud
Summary:
The three serverless compute options available in Google Cloud are App Engine,
Cloud Run, and Cloud Functions. All of these services abstract the underlying
infrastructure so you can focus on code. You only pay for how long your application
runs.
This is different than Compute Engine and GKE. In Compute Engine you implement
and manage virtual machines that your apps run on. With GKE you implement and
manage clusters of compute nodes you deploy your container images to.
App Engine has two environments: standard and flexible. Standard provides a
sandbox environment and totally abstracts the infrastructure for you. The flexible
environment gives you more choices for deploying your app. It supports more
languages, supports different runtimes, and lets you load dependencies you need in
the underlying architecture.
Cloud Run, which is also serverless, enables you to run stateless containers via web
requests and Google Cloud service events. Cloud Run operates using Knative, an
open-source, Kubernetes-based platform. It builds, deploys, and manages modern
serverless workloads. Cloud Run gives you the choice of running your containers
either fully-managed or in your own GKE cluster.
2.2 Diagnostic Question 04 Discussion
Question:
An application running on a highly-customized version of Ubuntu needs to be
migrated to Google Cloud. You need to do this in the least amount of time with
minimal code changes. How should you proceed?
2.2 Diagnostic Question 04 Discussion
Feedback:
*A. Create Compute Engine Virtual Machines and migrate the app to that
infrastructure
Feedback: Correct! Compute Engine is a great option for quick migration of traditional
apps. You can implement a solution in the cloud without changing your existing code.
Where to look:
https://cloud.google.com/hosting-options,
https://cloud.google.com/compute/docs/tutorials
Content mapping:
● Google Cloud Fundamentals: Core Infrastructure (ILT and On-demand)
○ M3 Virtual Machines and Networks in the Cloud
Summary:
Compute Engine is Google Cloud’s infrastructure-as-a-service offering. It gives you
maximum flexibility of developing on a virtual machine (VM). It does require more
management than serverless options, though.
A VM has an operating system. You choose how and if it autoscales. Autoscaling can
add more machines based on monitored performance thresholds.
To monitor performance you can connect Cloud Logging and Monitoring from the
operations suite.
2.2 Diagnostic Question 05 Discussion
Question:
You want to deploy a microservices application. You need full control of how you
manage containers, reliability, and autoscaling, but don’t want or need to manage the
control plane. Which compute option should you use?
2.2 Diagnostic Question 05 Discussion
Feedback:
A. Cloud Run
Feedback: Incorrect. Cloud Run does not give you full control over your containers.
B. App Engine
Feedback: Incorrect. App Engine does not give you full control over your containers.
D. Compute Engine
Feedback: Incorrect. Deploying in Compute Engine would require you to load and
manage your own container management software.
Where to look:
https://cloud.google.com/docs/choosing-a-compute-option
Content mapping:
● Google Cloud Fundamentals: Core Infrastructure (ILT and On-demand)
○ M5 Containers in the Cloud
● Quests
○ Set Up and Configure a Cloud Environment in Google Cloud
(https://www.qwiklabs.com/quests/119)
Summary:
GKE is a platform-as-a-service offering for running containerized applications in the
cloud. Google manages the control plane for you, under your administrative control.
Containers abstract application dependencies from the host operating system. This
makes container architectures highly portable. It saves costs compared to
implementing multiple VMs on a host hypervisor, which each requiring a copy of the
operating system. Kubernetes lets you orchestrate code in containers.
Let’s take a moment to consider resources that can help you build your knowledge
and skills in this area.
The concepts in the diagnostic questions we just reviewed are covered in these
modules, skill badge, and documentation. You’ll find this list in your workbook so you
can take a note of what you want to include later when you build your study plan.
Based on your experience with the diagnostic questions, you may want to include
some or all of these in your plan.
https://cloud.google.com/blog/products/compute/choosing-the-right-compute-option-in
-gcp-a-decision-tree
https://cloud.google.com/hosting-options
https://cloud.google.com/compute/docs/tutorials
Planning and configuring
2.3 data storage options
Considerations include:
● Product choice
(e.g., Cloud SQL, BigQuery, Firestore, Cloud Spanner, Cloud Bigtable)
● Choosing storage options
(e.g., Zonal persistent disk, Regional balanced persistent disk, standard, Nearline,
Coldline, Archive)
Along with compute resources, an Associate Cloud Engineer needs to be able to plan
and configure data storage in Google Cloud. That requires understanding of the
different product choices and storage options, and how to make recommended
choices for a given use case.
Question:
Cymbal Superstore needs to analyze whether they met quarterly sales projections.
Analysts assigned to run this query are familiar with SQL. What data solution should
they implement?
2.3 Diagnostic Question 06 Discussion
Feedback:
*A. BigQuery
Feedback: Correct! BigQuery is Google Cloud’s implementation of a modern data
warehouse. BigQuery analyzes historical data and uses a SQL query engine.
B. Cloud SQL
Feedback: Incorrect. Cloud SQL is optimized for transactional reads and writes. It is
not a good candidate for querying historical data as described in the scenario.
C. Cloud Spanner
Feedback: Incorrect. Cloud Spanner is an SQL-compatible relational database, but it
is not built for analyzing historical data.
D. Cloud Firestore
Feedback: Incorrect. Cloud Firestore is a NoSQL document database used to define
entities with attributes. It is not a good choice for the analysis of historical data as
described in the scenario.
Where to look:
https://cloud.google.com/storage-options/
Content mapping:
● Google Cloud Fundamentals: Core Infrastructure (ILT and On-demand)
○ M4 Storage in the Cloud
● Quests
○ Perform Foundational Infrastructure Tasks in Google Cloud
(https://www.qwiklabs.com/quests/118)
Summary:
Explanation/summary on the following slide.
Comparing Data Storage and Database Options
Good for: Good for: Good for: Good for: Good for: Good for:
Web RDBMS+scale, Hierarchical, Heavy read + Binary or object data Enterprise data
frameworks HA, HTAP mobile, web write, events warehouse
Such as: Such as: Such as: Such as: Such as: Such as:
CMS, User metadata, User profiles, AdTech, Images, media Analytics, dashboards
eCommerce Ad/Fin/MarTech Game State financial, IoT serving, backups
This question relates to Google Cloud data services and what data construct they are
based on.
Google’s relational database offerings include Cloud SQL and Cloud Spanner. Use
them when you need a transactional processing system you can query with SQL.
Cloud SQL is a managed version of databases you can implement on-premises, while
Cloud Spanner is horizontally scalable and globally available.
Question:
Cymbal Superstore’s supply chain application frequently analyzes large amounts of
data to inform business processes and operational dashboards. What storage class
would make sense for this use case?
2.3 Diagnostic Question 07 Discussion
Feedback:
A. Archive
Feedback: Incorrect. Archive storage is the best choice for data that you plan to
access less than once a year.
B. Coldline
Feedback: Incorrect. Dashboards need current data to analyze. Coldline is good for
storing data accessed only every 90 days.
C. Nearline
Feedback: Incorrect. Dashboards need current data to analyze. Nearline is good for
storing data accessed only every 30 days.
*D. Standard. Correct. Standard storage is best for data that is frequently accessed
("hot" data) and/or stored for only brief periods of time. In addition, co-locating your
resources by selecting the regional option maximizes the performance for
data-intensive computations and can reduce network charges.
Where to look:
https://cloud.google.com/storage/docs/storage-classes
Content mapping:
● Google Cloud Fundamentals: Core Infrastructure (ILT and On-demand)
○ M4 Storage in the Cloud
● Quests
○ Perform Foundational Infrastructure Tasks in Google Cloud
(https://www.qwiklabs.com/quests/118)
Summary:
Explanation/summary on the following slide.
Storage Classes and use cases summary
● No retrieval cost ● Very low cost per GB ● Even lower cost per GB ● Lowest cost per GB
stored and can accept stored and can accept stored and can accept
Use when ● No minimum storage
higher per-operation higher per-operation the highest
you need... duration
costs costs per-operation costs
● 30-day minimum storage ● 90-day minimum storage ● 365-day minimum
duration duration storage duration
“Hot” data and/or stored Infrequently (i.e., no more Very infrequently accessed Data archiving, online
for only brief periods of than once per month) data - ie, once a year. backup, and disaster
Typical use time like data-intensive accessed data. Ideal for Typically this is for disaster recovery
cases
computations back-up and serving long-tail recovery, or for financial data
multimedia content. that has to be kept for a
certain length of time to meet
regulatory needs.
Data location and storage class affect the availability and cost of storing your data in
Cloud Storage. You can choose regional, dual-region, and multi-regional location
options. Storage classes include Standard, Nearline, Coldline and Archive storage.
The different storage classes determine pricing based on how long your data is stored
and how often you access it.
Standard storage is the default storage class. Data stored using this class is
immediately available. It is the recommended storage class for frequently accessed
data. You should locate your data in the same region as the services you are going to
use to ingest and analyze the data to reduce latency as much as possible. Specifying
a dual-region location that includes the region where your application resides will still
give you low latency, but your data will also be available in another region in case of
an outage. Extending your storage settings to a multi-region will make data available
over a large geographic area such as US, Europe, or Asia.
The other storage classes implement ways to store infrequently accessed data.
Nearline storage is for data that is only accessed around every 30 days. Coldline
storage is for data that is only accessed around once every quarter, or 90 days.
Archive storage is long-term storage for data accessed only once a year. These
storage classes have optimized pricing, but also expect you to keep your data in them
for the minimum limits specified above. If you access your data before the minimum
amount of time you will be charged a data access fee.
2.3 Diagnostic Question 08 Discussion
Question:
Cymbal Superstore has a need to populate visual dashboards with historical
time-based data. This is an analytical use-case. Which two storage solutions could
they use?
2.3 Diagnostic Question 08 Discussion
Feedback:
*A. BigQuery
Feedback: Correct! BigQuery is a data warehouse offering optimized to query
historical time-based data. BigQuery can run queries against data in its own
column-based store or run federated queries against data from other data services
and file stores.
B. Cloud Storage
Feedback: Incorrect. Cloud Storage is a large object store and is not queryable. It is
not transactional or analytical.
C. Cloud Firestore
Feedback: Incorrect. Cloud Firestore is a transactional NoSQL store where you define
attribute key-value pairs describing an entity.
D. Cloud SQL
Feedback: Incorrect. Cloud SQL is a transactional relational database optimized for
both reads and writes used in an operational context, but not for analyzing historical
data.
Content mapping:
● Google Cloud Fundamentals: Core Infrastructure (ILT and On-demand)
○ M4 Storage in the Cloud
Summary:
Explanation/summary on the following slide.
Comparing storage options: use cases
Firestore Cloud Bigtable Cloud Storage Cloud SQL Cloud Spanner BigQuery
NoSQL Relational SQL for Relational SQL for Relational SQL for
Type NoSQL document Blobstore
wide column OLTP OLTP OLAP
Transactional workloads are optimized for more writes and updates than reads.
Transactional means either all parts of an update happen or none of them do. For
example, think of the importance of making sure deposits and withdrawals are
recorded in a financial system. Both of these are part of one transaction.
Relational database management systems are commonly used for applications that
are transactional in nature. Relational database services used to support transactional
systems in Google Cloud include Cloud SQL and Cloud Spanner.
Cloud SQL is a managed database service that gives you access to common
database types you might implement in your own infrastructure, like MySql or
PostGre. It is implemented on virtual machines in the cloud with different options for
size and availability.
Cloud Spanner shards your database across a cluster of database nodes, offering
strong consistency and global availability. It is fully managed service, so you don’t
need to worry about underlying virtual machines.
The other type of workload is analytical. It is based on querying historical data that
doesn’t change often, and is optimized for writes. BigQuery is a good option for this
kind of workload.
Planning and configuring
2.3 data storage options
Let’s take a moment to consider resources that can help you build your knowledge
and skills in this area.
The concepts in the diagnostic questions we just reviewed are covered in these
modules, skill badge, and documentation. You’ll find this list in your workbook so you
can take a note of what you want to include later when you build your study plan.
Based on your experience with the diagnostic questions, you may want to include
some or all of these in your plan.
https://cloud.google.com/storage-options/
https://cloud.google.com/storage/docs/storage-classes
https://cloud.google.com/architecture/data-lifecycle-cloud-platform
Planning and configuring
2.4 network resources
Considerations include:
● Differentiating load balancing options
● Identifying resource locations in a network for availability
● Configuring Cloud DNS
Together with compute and storage decisions, an associate cloud architect should be
able to plan and configure network resources in Google Cloud - including load
balancing, resource locations, and Cloud DNS.
Question:
Cymbal Superstore is piloting an update to its ecommerce app for the flagship store in
Minneapolis, Minnesota. The app is implemented as a three-tier web service with
traffic originating from the local area and resources dedicated for it in us-central1. You
need to configure a secure, low-cost network load-balancing architecture for it. How
do you proceed?
2.4 Diagnostic Question 09 Discussion
Feedback:
A. Implement a premium tier pass-through external https load balancer connected to
the web tier as the frontend and a regional internal load balancer between the web
tier and backend.
Feedback: Incorrect. Premium external https load balancer is global and more
expensive. All the resources for the scenario are in the same region. Also, https load
balancer is proxied, not pass-through.
*C. Configure a standard tier proxied external https load balancer connected to the
web tier as a frontend and a regional internal load balancer between the web tier and
the backend.
Feedback: Correct! A standard tier proxied external load balancer is effectively a
regional resource. A regional internal load balancer doesn’t require external IPs and is
more secure.
D. Configure a proxied SSL load balancer connected to the web tier as the frontend
and a standard tier internal TCP/UDP load balancer between the web tier and the
backend.
Feedback: Incorrect. SSL load balancer is not a good solution for web front ends. For
a web frontend, you should use an HTTP/S load balancer (layer 7) whenever
possible.
Where to look:
https://cloud.google.com/load-balancing/docs/load-balancing-overview
Content mapping:
● Google Cloud Fundamentals: Core Infrastructure (ILT and On-demand)
○ M3 Virtual Machines and Networks in the Cloud
Summary:
Explanation/summary on the following slide.
Google VPC offers a suite of load balancing options
Global HTTP(S) Global SSL Proxy Global TCP Proxy Regional Regional internal
Load balancing options available in Google Cloud can be divided into those that
operate at layer 7 of the OSI model and those that operate at layer 4 of the stack. As
a review, layer 7 is the the application layer of the protocol stack. It is where
applications, or processes, share data with each other. It uses lower levels of the
stack to pipe connections to other processes. The hypertext transfer protocol (http)
and file transfer protocol (ftp) are examples of Layer 7 protocols. Layer 4 of the OSI
model encapsulates host-to-host communication in both the Transport and Network
levels.
Google cloud offers both internal and external load balancers. The external load
balancers include https, SSL, and TCP load balancers. Internal load balancers include
TCP/UDP, http(s), and network pass-through load balancers.
The http(s) load balancers live at Layer 7 of the OSI model. TCP/UDP, SSL and
network load balancers reside at Layer 4 of the OSI model.
A. Global http(s)
What Google Cloud load balancing option
runs at Layer 7 of the TCP stack? B. Global SSL Proxy
C. Global TCP Proxy
D. Regional Network
Question:
What Google Cloud load balancing option runs at Layer 7 of the TCP stack?
2.4 Diagnostic Question 10 Discussion
A. Global http(s)
What Google Cloud load balancing option
runs at Layer 7 of the TCP stack? B. Global SSL Proxy
C. Global TCP Proxy
D. Regional Network
Feedback:
*A. Global http(s)
Feedback: Correct! https(s) is an application protocol, so it lives at layer 7 of the TCP
stack.
D. Regional Network
Feedback: Incorrect. Regional network is a layer 4 load balancer.
Where to look:
https://cloud.google.com/architecture/data-lifecycle-cloud-platform
Content mapping:
● Google Cloud Fundamentals: Core Infrastructure (ILT and On-demand)
○ M4 Storage in the Cloud
Summary:
Explanation/summary on the following slide.
Summary of load balancers
Global/ External/
Load balancer Traffic type External ports for load balancing
Regional Internal
HTTP(S) HTTP or HTTPS Global External HTTP on 80 or 8080; HTTPS on 443
IPv4
SSL Proxy TCP with SSL offload IPv6 25, 43, 110, 143, 195, 443, 465, 587, 700, 993, 995,
1883, 5222
TCP Proxy ● TCP without SSL offload 25, 43, 110, 143, 195, 443, 465, 587, 700, 993, 995,
● Does not preserve client 1883, 5222
IP addresses
When load balancing in a particular region, external connectivity to your front ends
can happen through an external http(s) load balancer with the proper forwarding rules
and the standard networking tier. For connectivity internal to your defined vpc
network, you should use the internal https and internal TCP/UDP load balancing
options. As an Associate Cloud Engineer, you’ll need to be familiar with when to use
each option.
Planning and configuring
2.4 network resources
Courses Documentation
Let’s take a moment to consider resources that can help you build your knowledge
and skills in this area.
The concepts in the diagnostic questions we just reviewed are covered in these
modules and in this documentation. You’ll find this list in your workbook so you can
take a note of what you want to include later when you build your study plan. Based
on your experience with the diagnostic questions, you may want to include some or all
of these in your plan.
https://cloud.google.com/load-balancing/docs/load-balancing-overview
https://cloud.google.com/load-balancing