Questions tagged [google-app-engine]

Google App Engine is a cloud computing technology for hosting web applications in Google-managed data centers.

Google App Engine is a cloud computing technology for hosting web applications in Google-managed data centers.

Google App Engine lets you run your web applications on Google's infrastructure; applications are easy to build, easy to maintain, and easy to scale as your traffic and data storage needs grow. With App Engine, there are no servers to maintain: You just upload your application, and it's ready to serve your users.

401 questions
3
votes
1 answer

is the f1-micro instance used with gae flexible environment included in free tier?

I want to host my side project using AppEngine Flexible Environment with a f1-micro instance. Is this instance eligible for free tier? According to the latest Google Free Tier it should. However, App engine pricing calculator shows a charge of…
Ajax
  • 132
  • 5
3
votes
0 answers

Inconsistent memcache lookups from different Google AppEngine modules of the same app

We have come across a sporadic inconsistency when doing memcache lookups from different modules (aka "services") within a single AppEngine app (Python). The scenario is as such: Module "portal" creates and later increments integer values for a…
Soeren
  • 131
  • 1
3
votes
2 answers

Cannot add custom SSL certificate in AppEngine dash

I've followed the instructions provided in the docs to the letter with no luck. I receive Error - The SSL certificate provided could not be inserted. without any additional message as to why. Looking under the hood, the console sends a POST request…
Mansour
  • 499
  • 2
  • 7
  • 14
3
votes
1 answer

Restrict access to Google App Engine app using firewall rules

I'm looking to apply the firewall rules set under "Networking" section of the Google Cloud Platform Developers Console to my App Engine instance(s) set up under "Compute -> App Engine" section. Currently, I only have 2 rules for the "default"…
dan
  • 161
  • 7
3
votes
1 answer

Running Google App Engine on Google Compute Engine

I am trying to setup a server for app engine development. I cannot for the life of me figure out how to access the resulting web server externally. I am running a Debian image, Python GAE. I have the following firewall rule in place which should let…
3
votes
1 answer

Is memory usage the main cause of instance churn on Google App Engine?

I am experiencing sharp drops and spikes in instance count every 30 minutes although the request rate has been stable for 2h at 2.4k RPS. Periodically there are a lot of warmup requests after many instances get shutdown at the same time. This also…
3
votes
5 answers

How big is a cloud?

I'm trying to come up with some data on how much computing power the current cloud platforms represent. (Microsoft Azure, Amazon Elastic Compute Cloud, Google App Engine. Others?) Stuff like how many physical/virtual machines, storage space. How…
3
votes
1 answer

Have Free website Hosting with Google App Engine

I'm reading about Google App Engine. I'm creating a bunch of simple dynamic websites in java. I'm considering to use Google App Engine and setup my clients' website on it. In this way I've only to register a domain www.myclietdomain.com and then…
3
votes
2 answers

ERROR: gcloud crashed (ConnectionError): HTTPSConnectionPool(host='oauth2.googleapis.com', port=443):

I have been using gcloud cli for last 3months on my system, but now I start facing this error while authenticating with gcloud auth login or gcloud init --console-only. After debugging it, I see some issue with the DNS resolution for…
shaishaw
  • 31
  • 1
  • 2
3
votes
2 answers

Minimum TLS version for google cloud standard app engine projects

We have multiple standard app engine projects that needs restriction on the tls version (>= 1.2), is there a setting to change that through the console?
3
votes
1 answer

Exclude specific web page from access restrictions with GCP / IAP

I have a Node.js/Express web app running on the Google Cloud Platform App Engine. I'm restricting access to this application using the Identity Aware Proxy (IAP), so that only people in my company can access the website when they are logged on to…
3
votes
1 answer

Prevent DDOS Attack on GCP App Engine

I've launched my application on GCP App Engine with 8 micro-services. I did an overload test with apache j-meter and it seems to scale well. However this can also be used as a DOS attack on my application and app engine does not seem to be blocking…
2
votes
1 answer

Reverse Proxy with Nginx and Google App Engine

I have an application hosted in Google App Engine. I want to use Nginx as a reverse proxy. The proxy_pass already works, but it rewrites the URL (e.g. hitting 34.34.34.34 in the address bar redirects to sample-domain-dot-project.appspot.com AND…
2
votes
3 answers

App Engine Updating service default Error

I'm trying to deploy a simple flask app to Google App Engine. When I run the command gcloud app deploy, it finish all the task, but then it get stack on the "update service". At first I got this error: ERROR: (gcloud.app.deploy) Error Response: [4]…
Nicola
  • 121
  • 2
2
votes
1 answer

Renaming the index.html on Google App Engine

Ok, let me 1st come clean. I mistakenly added a 365d expiration date to my index.html file. I've now made a change to a JS file, which changed the name of the import in my index.html and now it's trying to import the wrong file. Oops. So I'm…
1 2
3
26 27