问题标签 [google-compute-engine]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
294 浏览

runtime-error - GCE gcutil 命令导致 INVALID_FIELD_VALUE

我正在尝试创建一个 Google Cloud 实例。我正在运行这个:

它失败并出现错误INVALID_FIELD_VALUE和以下消息:

字段“资源故障”的值无效。找不到资源。

我尝试了几种变体,并且都给出了相同的东西。我以为我以前有过这个工作。为什么这不起作用?

0 投票
2 回答
1124 浏览

google-compute-engine - 在我的 Google Compute Engine 实例上获得来自不同用户的大量随机登录尝试

在 Google Cloud Console 上查看我的实例信息时,我在串行控制台输出上收到了数百个这样的信息。这是怎么回事?(IP地址被隐藏)

它似乎按字母顺序尝试不同的用户名。我从未向任何人提供过我的实例的 IP 地址。

0 投票
1 回答
1532 浏览

google-app-engine - 用于 App Engine 网址提取的 Compute Engine 防火墙

我有一个在 Google App Engine 中运行的应用程序,它访问在 Google Compute Engine 中的机器上运行的服务。Google App Engine 应用程序是该服务唯一接受的客户端。

有没有办法让我添加防火墙规则,让 Google App Engine,特别是 Url Fetch Service,访问 Compute Engine?

我不想让全世界都可以访问此服务器,但似乎 Url Fetch Utility 没有发布它使用的传出 IP 地址列表。

0 投票
4 回答
3067 浏览

boto - gsutil 在 GCE 中不起作用

因此,当我使用标准 debian 7 映像启动 GCE 实例并发出“gsutil config”命令时,它会失败并显示以下消息:

jcortez@master:~$ gsutil config Failure: No handler was ready to authenticate. 4 handlers were checked. ['ComputeAuth', 'OAuth2Auth', 'OAuth2ServiceAccountAuth', 'HmacAuthV1Handler'] Check your credentials.

我已经在 debian 6 和 centos 实例上尝试过,并且得到了相同的结果。但是,发出“gcutil config”可以正常工作。我收集我需要设置我的 ~/.boto 文件,但我不知道该怎么做。

我究竟做错了什么?

0 投票
2 回答
3117 浏览

google-compute-engine - Google Compute 实例是否具有稳定的公共 DNS 名称?

这是一个分为两部分的问题:

  • GCE 实例是否有稳定的公共 DNS 名称?例如,具有公共 IP abcd 的默认 DNS 名称似乎是 dcbabc.googleusercontent.com
  • 如果是,获取此信息的最佳方式是什么?这是我迄今为止一直在使用的 hack:

    /li>
0 投票
1 回答
759 浏览

google-compute-engine - 无法打开谷歌计算引擎的控制台

我刚刚尝试在谷歌计算引擎控制台中访问我的项目:

https://cloud.google.com/console#/c=gce&pid=xxxxxxxxxx&gce=instances

我收到一条非常奇怪的错误消息:

服务器请求失败:字段“区域”的值无效:“rtb-europe-west1-a”。未知区域。

怎么了?

0 投票
1 回答
82 浏览

google-compute-engine - 从图像创建实例:INTERNAL_ERROR:代码:'4E26EF2CD2449-1DEDB67B'

尝试从外部导入操作系统映像 - 在某些情况下已成功。在我的磁盘映像实例化尝试之一中,我得到:

0 投票
1 回答
11427 浏览

google-compute-engine - 为什么我无法 ping 我的 Google Compute Engine 实例的外部 IP 地址?

我创建了一个 Google Compute Engine 实例,但无法 ping 通它的外部 IP 地址(173.255.118.164)。

我可以通过 gcutil SSH 进入实例,但我无法从家用计算机 ping 外部地址。

使用 Amazon EC2,这很简单,而且很有效。

谷歌怎么了?

0 投票
2 回答
3206 浏览

google-compute-engine - 我可以即时更改 GCE VM 实例类型吗?

我正在使用 Google Compute Engine 并对其进行测试,我创建了一个不是很强大的小型实例类型。现在我想将其更改为更强大的 CPU,但似乎无法弄清楚如何做到这一点。

是否可以更改正在运行的 VM 的实例类型?

0 投票
1 回答
1287 浏览

google-compute-engine - Haproxy + keepalived in google compute engine

I'm really new with this technology, and I can't found information regarding this. I'm trying to migrate a cluster solution to google compute engine, creating 4 webservers with a loadbancer. I was thinking to use haproxy and keepalived, but is this possible? can I request a VIP? I didn't see the option to request a VIP.

Thank you