The repo contains the source code for GCP tutorials written by Premise.
Please clone and star this repo to stay up to date on changes.
Goblet: An easy-to-use framework that enables developers to quickly spin up fully featured REST APIs with python on GCP
001 - Forward Github Security Findings to Security Command Center [ Source ] [ Written] - This tutorial goes over implementation on how to automatically forward Github security findings to GCP's security command center.
002 - Using Cloud Custodian Metric Filters to safely find and remove cloud resources [ Source ] [ Written] - Learn how to combine GCP's powerful built in metrics with Cloud Custodian to easily discover potential security risks, evaluate the impact those resources currently have in your environment, and then safely address those issues.
003 - Setup Daily Cost Alerts on your Daily GCP Spend [ Source ] [Written] - Deploy a cloudfunction that checks your daily GCP spend for any large cost increases or decreases in a service and notifies a slack channel
004 - Create Dynamic Serverless Loadbalancers [ Source ] [Written] - A simple, scalable, and customizable solution to deploy and maintain load balancers for any number of serverless applications.
005 - Bucket Replication [ Source ] Written] - A simple way to set up bucket replication, leveraging goblet's use of decorators to set up cloud function triggers.
006 - Service Account Key Rotater [ Source ] Written] - A pluginable solution to automate Service Account Key rotations that currently supports Github Secrets and Cloud Storage.