如果我为我的 google 计算 VM 实例和我的流量选择 us-central1-a 区域,调用 VM 来自亚洲怎么办? (关于定价和效率)
What if I choose us-central1-a zone for my google compute VM Instance and my traffic, calling VM is from asia? (in respect of pricing & efficiency)
我正在尝试创建一个 Google 计算 VM 实例来托管我的网站,该网站的流量将主要来自亚洲,所以我应该 select 计算哪个区域虚拟机实例。
select区域将如何影响定价和性能?
看看 Best practices for Compute Engine regions selection section Factors to consider when selecting regions:
Latency
The main factor to consider is the latency your user experiences.
However, this is a complex problem because user latency is affected by
multiple aspects, such as caching and load-balancing mechanisms.
In enterprise use cases, latency to on-premises systems or latency for
a certain subset of users or partners is more critical. For example,
choosing the closest region to your developers or on-premises database
services interconnected with Google Cloud might be the deciding
factor.
例如,您可以为位于亚洲的一些网站提供服务,然后将您的体验与位于美国的网站进行比较 - 您会发现延迟引起的响应存在显着差异。与您的网站相同 - 它的响应速度会降低。您应该尽可能靠近客户设置您的 VM 实例。
估算定价检查资源如下:
Pricing
Google Cloud resource costs differ by region. The following resources
are available to estimate the price:
If you decide to deploy in multiple regions, be aware that there are
network egress charges for data synced between regions.
此外,您还可以在 Create a new instance wizard
中找到每月估算费用 - 尝试设置不同的区域,您将获得数字。
如果您的客户位于不同地区您可以尝试Google Cloud CDN:
Cloud CDN (Content Delivery Network) uses Google's globally
distributed edge points of presence to cache HTTP(S) load balanced
content close to your users. Caching content at the edges of Google's
network provides faster delivery of content to your users while
reducing serving costs.
我正在尝试创建一个 Google 计算 VM 实例来托管我的网站,该网站的流量将主要来自亚洲,所以我应该 select 计算哪个区域虚拟机实例。 select区域将如何影响定价和性能?
看看 Best practices for Compute Engine regions selection section Factors to consider when selecting regions:
Latency
The main factor to consider is the latency your user experiences. However, this is a complex problem because user latency is affected by multiple aspects, such as caching and load-balancing mechanisms.
In enterprise use cases, latency to on-premises systems or latency for a certain subset of users or partners is more critical. For example, choosing the closest region to your developers or on-premises database services interconnected with Google Cloud might be the deciding factor.
例如,您可以为位于亚洲的一些网站提供服务,然后将您的体验与位于美国的网站进行比较 - 您会发现延迟引起的响应存在显着差异。与您的网站相同 - 它的响应速度会降低。您应该尽可能靠近客户设置您的 VM 实例。
估算定价检查资源如下:
Pricing
Google Cloud resource costs differ by region. The following resources are available to estimate the price:
If you decide to deploy in multiple regions, be aware that there are network egress charges for data synced between regions.
此外,您还可以在 Create a new instance wizard
中找到每月估算费用 - 尝试设置不同的区域,您将获得数字。
如果您的客户位于不同地区您可以尝试Google Cloud CDN:
Cloud CDN (Content Delivery Network) uses Google's globally distributed edge points of presence to cache HTTP(S) load balanced content close to your users. Caching content at the edges of Google's network provides faster delivery of content to your users while reducing serving costs.