简体   繁体   English

Google App Engine是否对应用之间的网络流量收费?

[英]Does Google App Engine charge for network traffic between apps?

I am going to build an API for my mobile app using GAE. 我将使用GAE为我的移动应用程序构建API。 I am looking for a way to separate the whole application into separate services, trying out the microservice architecture. 我正在寻找一种将整个应用程序分离为单独的服务的方法,以尝试微服务体系结构。

The problem is there seems to be no information about any VPN or private network between GAE apps. 问题是GAE应用之间似乎没有有关任何VPN或专用网络的信息。 Therefore, based on my understanding, when one of the GAE apps sends HTTP requests to other GAE apps in same account, its traffic will be treated as Internet traffic and therefore I will be charged for outbound bandwidth. 因此,根据我的理解,当其中一个GAE应用程序向同一帐户中的其他GAE应用程序发送HTTP请求时,其流量将被视为Internet流量,因此需要向我收取出站带宽的费用。

Am I correct? 我对么?

Yes. 是。

App Engine applications/Cloud Platform projects are isolated from each other by default, even if they were created using the same Google account. 默认情况下,即使App Engine应用程序/ Cloud Platform项目是使用相同的Google帐户创建的,也彼此隔离。

Consider looking into Modules (link for Java) to implement individual services of your application. 考虑研究模块 (Java的链接)以实现应用程序的各个服务。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 从 App Engine 到 Cloud SQL 的流量是通过互联网还是通过 Google 内部网络传输? - Does traffic from App Engine to Cloud SQL travel over the internet or on Google internal network? Google app引擎实例之间的流量是否会自动压缩? - Is traffic between google app engine instances compressed automatically? Google App Engine:流量来源 - Google App Engine: traffic source Google App Engine-不会将HTTP流量重定向到HTTPS - Google App Engine - Does not redirect HTTP traffic to HTTPS Google App Engine:流量监控 - Google App Engine: traffic monitoring 清除我的Google App Engine应用程序的第一笔账单费用需要多长时间? - How long does it take to clear the first billing charge for my google app engine app? Google App Engine与“正常”网络应用之间的关系/差异是什么? - What is the relationship/differences between Google App Engine, and “normal” web apps? 在 App Engine 应用之间移动特定的 Google Datastore 实体 - Moving specific Google Datastore entities between App Engine apps Google Apps / App Engine:裸域的https版本不会重定向 - Google Apps / App Engine: https version of naked domain does not redirect 无法匹配 Google App Engine 和 VPC 网络之间的区域 - Cannot match region between Google App Engine & VPC Network
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM