From 26e5662e849f84df63eb26587efa506e0f47b40c Mon Sep 17 00:00:00 2001 From: bluPhy Date: Fri, 16 Jun 2023 00:01:07 +0000 Subject: [PATCH] Some fixes --- blueprints/data-solutions/data-platform-minimal/README.md | 2 +- blueprints/networking/README.md | 2 +- blueprints/serverless/README.md | 2 +- blueprints/serverless/cloud-run-corporate/README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/blueprints/data-solutions/data-platform-minimal/README.md b/blueprints/data-solutions/data-platform-minimal/README.md index e5edf51421..21af0371ec 100644 --- a/blueprints/data-solutions/data-platform-minimal/README.md +++ b/blueprints/data-solutions/data-platform-minimal/README.md @@ -39,7 +39,7 @@ This separation into projects allows adhering to the least-privilege principle b The script will create the following projects: - **Landing** Data, stored in relevant formats. Structured data can be stored in BigQuery or in GCS using an appropriate file format such as AVRO or Parquet. Unstructured data stored on Cloud Storage. -- **Processing** Used to host all resources needed to process and orchestrate data movement. Cloud Composer orchestrates all tasks that move data across layers. Cloud Dataproc Serveless process and move data between layers. Anonymization or tokenization of Personally Identifiable Information (PII) can be implemented here using Cloud DLP or a custom solution, depending on your requirements. +- **Processing** Used to host all resources needed to process and orchestrate data movement. Cloud Composer orchestrates all tasks that move data across layers. Cloud Dataproc Serverless process and move data between layers. Anonymization or tokenization of Personally Identifiable Information (PII) can be implemented here using Cloud DLP or a custom solution, depending on your requirements. - **Curated** Cleansed, aggregated and curated data. - **Common** Common services such as [Cloud DLP](https://cloud.google.com/dlp) or [Data Catalog](https://cloud.google.com/data-catalog/docs/concepts/overview). diff --git a/blueprints/networking/README.md b/blueprints/networking/README.md index 05f4933553..b67f8e259a 100644 --- a/blueprints/networking/README.md +++ b/blueprints/networking/README.md @@ -14,7 +14,7 @@ They are meant to be used as minimal but complete starting points to create actu ### Calling on-premise services through PSC and hybrid NEGs - This [blueprint](./psc-hybrid/) shows how to privately connect to on-premise services (IP + port) from GCP, leveraging [Private Service Connect (PSC)](https://cloud.google.com/vpc/docs/private-service-connect) and [Hybrid Network Endpoint Groups](https://cloud.google.com/load-balancing/docs/negs/hybrid-neg-concepts). + This [blueprint](./psc-hybrid/) shows how to privately connect to on-premise services (IP + port) from GCP, leveraging [Private Service Connect (PSC)](https://cloud.google.com/vpc/docs/private-service-connect) and [Hybrid Network Endpoint Groups](https://cloud.google.com/load-balancing/docs/negs/hybrid-neg-concepts).
diff --git a/blueprints/serverless/README.md b/blueprints/serverless/README.md index 7db56079b9..18d08e752f 100644 --- a/blueprints/serverless/README.md +++ b/blueprints/serverless/README.md @@ -1,6 +1,6 @@ # Serverless blueprints -The blueprints in this folder show implement **end-to-end scenarios** for Serveless topologies that show how to automate common configurations or leverage specific products. +The blueprints in this folder show implement **end-to-end scenarios** for Serverless topologies that show how to automate common configurations or leverage specific products. They are meant to be used as minimal but complete starting points to create actual infrastructure, and as playgrounds to experiment with Google Cloud features. diff --git a/blueprints/serverless/cloud-run-corporate/README.md b/blueprints/serverless/cloud-run-corporate/README.md index b31a50ceca..fd40913a51 100644 --- a/blueprints/serverless/cloud-run-corporate/README.md +++ b/blueprints/serverless/cloud-run-corporate/README.md @@ -12,7 +12,7 @@ If you are interested in following this guide, take a look to the chapters' blue ## Architecture -This blueprint creates multiple architectures depending on the use case. Some may have one or two projecs while others may have three or more. Some use [Private Service Connect (PSC)](https://cloud.google.com/vpc/docs/private-service-connect) to access Google APIs, and others a [Layer 7 Internal Load Balancer](https://cloud.google.com/load-balancing/docs/l7-internal). Even security plays a role and [VPC Service Controls (VPC SC)](https://cloud.google.com/vpc-service-controls) is introduced. +This blueprint creates multiple architectures depending on the use case. Some may have one or two projects while others may have three or more. Some use [Private Service Connect (PSC)](https://cloud.google.com/vpc/docs/private-service-connect) to access Google APIs, and others a [Layer 7 Internal Load Balancer](https://cloud.google.com/load-balancing/docs/l7-internal). Even security plays a role and [VPC Service Controls (VPC SC)](https://cloud.google.com/vpc-service-controls) is introduced. ## Prerequisites