cloud-foundation-fabric/examples/data-solutions
Lorenzo Caggioni cfad0aac9d Remove unused code, update output, fix GCE. 2022-04-14 10:06:04 +02:00
..
cloudsql-multiregion Remove unused code, update output, fix GCE. 2022-04-14 10:06:04 +02:00
cmek-via-centralized-kms Link vars and outputs from README 2022-01-22 14:15:16 +01:00
data-platform-foundations PR review fixes. 2022-04-04 15:38:36 +02:00
gcs-to-bq-with-least-privileges Fix data_eng_principals logging role. 2022-04-04 09:16:55 +02:00
sqlserver-alwayson Added example of SQL Server always on groups. 2022-04-07 17:38:08 +02:00
README.md Update README.md 2022-04-07 18:53:41 +02:00

README.md

GCP Data Services examples

The examples in this folder implement typical data service topologies and end-to-end scenarios, that allow testing specific features like Cloud KMS to encrypt your data, or VPC-SC to mitigate data exfiltration.

They are meant to be used as minimal but complete starting points to create actual infrastructure, and as playgrounds to experiment with specific Google Cloud features.

Examples

GCE and GCS CMEK via centralized Cloud KMS

This example implements CMEK for GCS and GCE, via keys hosted in KMS running in a centralized project. The example shows the basic resources and permissions for the typical use case of application projects implementing encryption at rest via a centrally managed KMS service.

Cloud Storage to Bigquery with Cloud Dataflow with least privileges

This example implements resources required to run GCS to BigQuery Dataflow pipelines. The solution rely on a set of Services account created with the least privileges principle.

Data Platform Foundations

This example implements a robust and flexible Data Foundation on GCP that provides opinionated defaults, allowing customers to build and scale out additional data pipelines quickly and reliably.

SQL Server Always On Availability Groups

This example implements SQL Server Always On Availability Groups using Fabric modules. It builds a two node cluster with a fileshare witness instance in an existing VPC and adds the necessary firewalling. The actual setup process (apart from Active Directory operations) has been scripted, so that least amount of manual works needs to performed.