为什么我的 google 云平台显示流量?
Why is my google cloud platform showing traffic?
我已经几个月没有使用我的 GCP 帐户并关闭了所有内容,但我仍然看到这个
我从未使用过计算引擎api。我进去并禁用了它。我只是想知道为什么它会记录除 'my personal requests' 之外的任何内容。不知道是不是在记录黑客攻击api?或端口扫描仪?不太确定她。有人知道吗?
您可以查看指标页面并添加视图 Traffic by credential
。所有这些流量都是 Anonymous
或 Unspecified
- 这意味着您在项目中创建的任何服务帐户都不会执行这些流量。
因此请求具有稳定的模式并且永不停止,我认为那些不是外部端口扫描器:)。
我猜流量是由 google 的系统服务(billing/monitoring 等)产生的,特别是因为流量只存在于计算引擎 API.
已与 Google 云平台支持代理确认,简而言之:
There is nothing to be worry on the traffic that can be seen under Compute Engine API as it is designed to run for different purposes on your project.
更准确地说:
These methods are part of the Compute Engine API for your vm instance and the logs of traffic does not mean that these are the traffic that goes inside and outside of your VM instance from any users. Instead these traffics means the response of the VM instances for the services under the API even though it is stopped which is normal.
For example, there is a method on the table logged named instances.getScreenshot, this method returns the screenshot from the specified instance. Screenshot is used as part of the project service for troubleshooting your VM instances whenever you goes to console under VM instances information > Screenshot tab, the traffic was recorded by the API and response to your request.
Another example is the method named backendServices.list, this retrieves the list of BackendService resources available to the specified project. This is part of the API for the project to return that information. All of these traffic are used within the project. For more information regarding GCP compute engine API, you can refer to this guide to understand more of the methods used. Meaning, there is nothing to be worry on the traffic that can be seen under Compute Engine API as it is designed to run for different purposes on your project.
此外,关于该流量的潜在费用:
That traffic will not contribute to your charges as charges in GCP pertains to those resources only consumed.
[...] please note that the charges on your VM instances that are currently stopped are the resources attached to it like the disks and the external IP address if there's any.
您可以在 this VM Instance Pricing guide 中查看有关定价的更多详细信息。
此外,这里有一个关于如何访问此流量指标的指南:
- 转到 GCP 控制台
- 点击汉堡菜单
- 单击API服务和服务
- 向下滚动到仪表板底部并单击过滤器列表中的计算引擎API
- 点击 'Traffic by response code' 卡片底部的 'View metrics' 按钮
这是它的样子:
我已经几个月没有使用我的 GCP 帐户并关闭了所有内容,但我仍然看到这个
我从未使用过计算引擎api。我进去并禁用了它。我只是想知道为什么它会记录除 'my personal requests' 之外的任何内容。不知道是不是在记录黑客攻击api?或端口扫描仪?不太确定她。有人知道吗?
您可以查看指标页面并添加视图 Traffic by credential
。所有这些流量都是 Anonymous
或 Unspecified
- 这意味着您在项目中创建的任何服务帐户都不会执行这些流量。
因此请求具有稳定的模式并且永不停止,我认为那些不是外部端口扫描器:)。
我猜流量是由 google 的系统服务(billing/monitoring 等)产生的,特别是因为流量只存在于计算引擎 API.
已与 Google 云平台支持代理确认,简而言之:
There is nothing to be worry on the traffic that can be seen under Compute Engine API as it is designed to run for different purposes on your project.
更准确地说:
These methods are part of the Compute Engine API for your vm instance and the logs of traffic does not mean that these are the traffic that goes inside and outside of your VM instance from any users. Instead these traffics means the response of the VM instances for the services under the API even though it is stopped which is normal.
For example, there is a method on the table logged named instances.getScreenshot, this method returns the screenshot from the specified instance. Screenshot is used as part of the project service for troubleshooting your VM instances whenever you goes to console under VM instances information > Screenshot tab, the traffic was recorded by the API and response to your request.
Another example is the method named backendServices.list, this retrieves the list of BackendService resources available to the specified project. This is part of the API for the project to return that information. All of these traffic are used within the project. For more information regarding GCP compute engine API, you can refer to this guide to understand more of the methods used. Meaning, there is nothing to be worry on the traffic that can be seen under Compute Engine API as it is designed to run for different purposes on your project.
此外,关于该流量的潜在费用:
That traffic will not contribute to your charges as charges in GCP pertains to those resources only consumed. [...] please note that the charges on your VM instances that are currently stopped are the resources attached to it like the disks and the external IP address if there's any.
您可以在 this VM Instance Pricing guide 中查看有关定价的更多详细信息。
此外,这里有一个关于如何访问此流量指标的指南:
- 转到 GCP 控制台
- 点击汉堡菜单
- 单击API服务和服务
- 向下滚动到仪表板底部并单击过滤器列表中的计算引擎API
- 点击 'Traffic by response code' 卡片底部的 'View metrics' 按钮
这是它的样子: