Google Compute Engine offers scalable and flexible virtual machine computing capabilities in the cloud. For more info: http://cloud.google.com/products/compute-engine.html
0
votes
1answer
23 views
Google Compute Engine adding disk and SSL support
I am new to GCE. I was able to create new instance using gcutil tool and GCE console. There are few questions unclear to me and need help:
1) Does GCE provides persistent disk when a new instance is ...
0
votes
0answers
35 views
What is the best equivalent of a file server on google compute engine
We are trying to move from the datacenter to the Google Compute Engine.
While we understand how we can setup instances, and deploy the workload, we are not sure what is the best equivalent of storing ...
0
votes
1answer
48 views
creating own vpn services with Google Cloud
I tried several VPN providers for surfing the Internet, like StrongVPN or HotspotVPN,
I`m interested can I have my own VPN services for surfing the internet,
it is possible to create my own VPN with ...
6
votes
3answers
227 views
Realtime game on Google Cloud : Channel API or Compute Engine?
We need to develop a multi-player game with real-time performance.
This needs to be working worldwide (servers in America, Europe, Asia), and supporting a huge traffic. Using Google Cloud services for ...
0
votes
1answer
21 views
Can't retrieve image name from metadata server
I'm trying to get image name from metadata, but the server's answer is empty. It worked couple of days ago. I tried both old metadata url and new
[root@mys-pike ~]# curl ...
1
vote
1answer
49 views
pull queues authorization from compute
I'm trying to access a pull queue from google compute with the compute OAuth token using python
from oauth2client import gce
from apiclient.discovery import build
import httplib2
credentials = ...
0
votes
2answers
36 views
Google Compute Engine, mySQL Workbench
Let me say first that any help will be greatly appreciated.
I've setup an instance on GCE. I'm using gcutil to access the instance. I've installed mySQL and mySQL Workbench. mySQL starts up fine, but ...
0
votes
1answer
39 views
Setting external ip on VM instead of internal [closed]
I currently got a GCE vm, and by default I got a internal IP, and a external IP. The internal is configured on the machine, and external is setup with firewall configurations.
Trying to setup cPanel ...
2
votes
0answers
48 views
Memory-intense jobs scaling poorly on multi-core cloud instances (ec2, gce, rackspace)?
Has anyone else noticed terrible performance when scaling up to use all the cores on a cloud instance with somewhat memory intense jobs (2.5GB in my case)?
When I run jobs locally on my quad xeon ...
1
vote
0answers
21 views
Is there a Starcluster equivalent for Google Compute Engine (GCE) yet? [closed]
Does anyone know if there is a Starcluster equivalent for GCE? I have been quite happy using Starcluster with EC2 for embarrisingly parallel jobs. Now I want to try out GCE. I would be happy to ...
1
vote
2answers
53 views
Speeding up S3 to GCS transfer using GCE and gsutil
I plan on using a GCE cluster and gsutil to transfer ~50Tb of data from Amazon S3 to GCS. So far I have a good way to distribute the load over however many instances I'll have to use but I'm getting ...
1
vote
2answers
29 views
Rate Limit of Google Compute Engine API
So apparently I hit the api rate limit and I can no longer make API requests to compute engine. This is even true on the cloud console.
So, whats the API limit? When does it get reset? And how could ...
0
votes
2answers
54 views
Can I connect to Google Cloud SQL from Google Compute Engine?
I am building a Django site on Google Compute Engine, and I want to install my database in SQL Cloud. It is possible?
What is the most common way to do this? Installing MySQL on virtual machine or ...
1
vote
2answers
21 views
What determines how fast an instance can be started/stopped on GCE?
What determines how fast an instance goes into the running state from the time the api call is made to start an instance?
Are any of the following factors is startup and shutdown times:
- instance ...
1
vote
1answer
56 views
Getting started with gcutil and Compute Engine: Error: The resource 'projects/<project-id>' was not found
I am attempting to get up and running with Google Compute Engine and am following the getting started/hello world tutorial. After installing gcutil (running OSx) and Authenticating to Google Compute ...
0
votes
1answer
54 views
Google Compute Engine will not allow incoming smtp connections
I have a virtual machine (CentOS) running on Google's Compute Engine and everything seems pretty straight forward, have read all the documentation I can find, but this one thing is hanging me up. I ...
5
votes
1answer
246 views
How to use Google Cloud services for a HTML5 game?
I'm developing a HTML5 multiplayer game. Google have been doing a couple of these lately, but haven't released any information on how they made them.
I want the connection between the clients and ...
5
votes
1answer
109 views
Running GAE Development Server of Google Compute Engine Instance <phew>
I'm trying to run the local dev server (java) for Google AppEngine on a Google compute instance. (we're using compute engine instances as test servers).
When trying to start the dev server using ...
2
votes
1answer
67 views
how can I get the AUFS kernel module on a Google Compute Engine (GCE) kernel?
The latest compute engine kernel is a 3.3.8 variant, and does not appear to have AUFS support configured in. The kernel is distributed outside the main file system image (I am using the default Debian ...
1
vote
4answers
123 views
Storage options for diskless servers [closed]
I am trying to build a neural network simulation running on several high-CPU diskless instances. I am planning to use a persistent disk to store my simulation code and training data and mount them on ...
1
vote
1answer
364 views
Permission denied (publickey,gssapi-keyex,gssapi-with-mic)
After creating the instance, I can login using gcutil or ssh. I tried copy/paste from the ssh link listed at the bottom of the instance and get the same error message.
1
vote
1answer
46 views
Rebooting an instance that is locked up
One of my instances is locked up because of a major memory leak. I want to reboot it, but the only way to do so preserving scratch disk data is to SSH into it. When doing so, no commands can be ...
2
votes
2answers
38 views
Restore deleted instance from persistent disk
I want to slowly migrate my site to GCE so I don't want to pay for server time when I'm not working on the site as no one will be using it.
I tried just deleting the instance I was using and creating ...
1
vote
1answer
121 views
Autheticating Service Accounts on Google Compute Engine with BigQuery, via R Studio Server
I'm looking to call BigQuery from R Studio, installed on a Google Compute Engine.
I have the bq python tool installed on the instance, and I was hoping to use its service accounts and system() to ...
1
vote
0answers
67 views
What Java/Clojure SPDY clients work for connecting App Engine to Compute Engine?
App Engine recently enabled sockets, and Google opened up Compute Engine to everyone so it's now possible to use SPDY to connect App Engine apps to backend Compute Engine servers.
But there may still ...
2
votes
1answer
160 views
Google Cloud Datastore vs Google App Engine
I was having a look at the new Google Cloud Datastore and looks great. But there is something I could not understand... is it supposed to substitute Google App Engine Datastore? How can I use it ...
-1
votes
0answers
22 views
Compute engine, how to enable IPforward? [closed]
I created a new google virtual server, and made a Key for my project. There is still a 'permission denied' when I login with key. It is said I need to login with key to enable the 'IPforward' ...
0
votes
0answers
38 views
How do I enable premier (domain) billing for Compute Engine? [closed]
I want to enable billing on my Google Cloud Platform project so I can use Compute Engine. We're using premier billing for our other App Engine projects but when I try to enable billing on a new ...
0
votes
1answer
50 views
Auto delete a GCE Instance even after I turn off my laptop
I would like to start a job on Compute engine instance, turn off my laptop and have the instance automatically deleted once the remote job is complete (without my laptop running)
Currently I have a ...
0
votes
1answer
46 views
What RPC protocols does AppEngine support for connecting to Compute Engine?
Now that Compute Engine is open to the public, what protocols besides HTTP can you use from AppEngine to connect to backend Compute Engine servers?
Also, Ilya Grigorik has been advocating using SPDY ...
2
votes
2answers
100 views
How to automatically exit/stop the running instance
I have managed to create an instance and ssh into it. However, I have couple of questions regarding the Google Compute Engine.
I understand that I will be charged for the time my instance is ...
2
votes
2answers
57 views
Authenticate ssh using gcutil when a space is in username
I got the below error, which I think is caused by my username having a space - for this example my name is "username Mark"
WARNING: Could not generate compute ssh key:
Public key file ...
0
votes
1answer
81 views
Multiple GCE instances with one root persistent disk
I finally got into Google Compute Engine today! I am confused about one point and I fear that my gut instinct is correct but I wanted to make sure. I was fooling around with the f1-micro instance ...
3
votes
0answers
89 views
Google Cloud Storage OATH mod_proxy
Folks,
What is the proper way to configure Apache to pass OATH authentication information? We are trying to front a storage bucket with apache, and have the following configuration:
SSLProxyEngine ...
0
votes
2answers
65 views
GCE Python API: oauth2client.util:execute() takes at most 1 positional argument (2 given)
I'm trying to get started with the Python API for Google Compute Engine using their "hello world" tutorial on https://developers.google.com/compute/docs/api/python_guide#setup
Whenever making the ...
1
vote
1answer
126 views
mount google cloud storage
Can we mount Google cloud storage as a volume on compute engine instance?
Hi, is it possible to mount google storage as volume on GCE for an application to access the files stored on Google storage.
...
3
votes
1answer
68 views
gcutil does not show images or kernels
The gcutil tool for google compute engine does not show any images/kernels in the list subcommand as:
$ gcutil listimages --project <project_name>
...
0
votes
2answers
172 views
Google Cloud Storage - Set Acl for Google Compute Engine
Hi I would like to change my ACL file to allow Google Compute Engine to write on my bucket
Here is what my ACL looks like:
<?xml version="1.0" ?>
<AccessControlList>
<Owner>
...
0
votes
1answer
130 views
Erlang API for bigquery
Is there an Erlang API for bigquery?
I would like to use Bigquery from Google Compute Engine in a Linux instance.
I would like to run Riak NoSQL there.
4
votes
1answer
173 views
Accessing DataStore from ComputeEngine [closed]
When do you think Google will let ComputeEngine VM talk to DataStore?
ComputeEngine instance is so much cheaper compared to AppEngine backend. Maybe this is the reason why they don't want to support ...
3
votes
1answer
222 views
can you get a cluster of Google Compute Engine instances that are *physically* local?
Google Compute Engine lets you get a group of instances that are semantically local in the sense that only they can talk to each other and all external access has to go through a firewall etc. If I ...
1
vote
2answers
588 views
migration from google app engine to google compute engine
So google compute engine was announced yesterday and the prices for processing power are much better than the app engine standards. Anyone have any idea what the migration would look like or if we ...
0
votes
1answer
295 views
What web hosting setup should I use for high traffic website?
I am fairly new to dealing with high traffic websites and I'm looking for a setup that will be able to scale well into the future.
My site currently uses one main script to pull data and store it ...
9
votes
4answers
3k views
Amazon EC2 Compute Unit and GCEU (Google Compute Engine Unit)
So Google now has its own IaaS solution called Google Compute Engine.
As a heavy user of cloud computing, I'm trying to figure out the difference between Amazon's EC2 Compute Unit and GCEU (Google's ...

