Google Cloud Platform
Deploying a Python serverless cloud function in minutes with GCP, Google Cloud Community
It is important to note that the always free tier is not set up as “1 instance” it is set up as a number of instance hours (or instance months, or ip-address-months). So, you could run 3 instances concurrently for a third of a month as well (as long as they each only had no more than a 30GB disk attached each — the limit of total disk usage is 30GB-months). [source]
Google Cloud Tasks, asynchronous task execution Followup item
Getting the Best out of Google Cloud Shell
Google Cloud Repository docs | Google Developers Codelabs |
Google Cloud Functions without authentication enabled can be run from any IP address. Securing Google Cloud Functions
Project quota info | Creating and Managing Projects | Google Cloud resource hierarchy in detail: At the lowest level, resources are the fundamental components that make up all Google Cloud services. Examples of resources include Compute Engine Virtual Machines (VMs), Pub/Sub topics, Cloud Storage buckets, App Engine instances. All these lower level resources can only be parented by projects, which represent the first grouping mechanism of the Google Cloud resource hierarchy. [Google Cloud Resource Hierarchy]
Cloud Platform docs overview | Cloud Key Management Service docs | Php encryption and Google cloud key management service |
Cloud Scheduler pricing: “Each Google billing account gets 3 jobs per month free. Note that the free tier is measured at the account level not the project level.” Cloud Pub/Sub and Cloud Functions are included in the Always Free tier. So there should be no cost to automatically start and stop Compute Engine instances on a regular schedule. So take advantage of this to save money by stopping and starting Compute Engine instances on schedule. reddit search on cloud scheduling
Build robust serverless architecture on Google Cloud Platform Cloud Security Scanner | Serving websites | SSH from the browser, gce | For SSH from the browser, firewall rules must allow connections from GCP Console services (74.125.0.0/16). See Disable external SSH on GCP while retaining the SSH web console | Also this |
Cloud Source Repositories, 50 gb on free tier
Hosting The Cloud Platform offers two hosting options: the App Engine, which is their Platform-as-a-Service and Compute Engine as an Infrastructure-as-a-Service. In the standard App Engine hosting environment, Google manages all of the components outside of your application code.