cloud-foundation-fabric/blueprints/cloud-operations
simonebruzzechesse d11c380aec
Format python files in blueprints (#2079)
* format python files in blueprints
* update check on blueprints python code
* update python linter in CI workflow
2024-02-15 09:37:49 +01:00
..
adfs Format python files in blueprints (#2079) 2024-02-15 09:37:49 +01:00
asset-inventory-feed-remediation Format python files in blueprints (#2079) 2024-02-15 09:37:49 +01:00
compute-quota-monitoring Format python files in blueprints (#2079) 2024-02-15 09:37:49 +01:00
dns-fine-grained-iam versions.tf maintenance + copyright notice bump (#1782) 2023-10-20 18:17:47 +02:00
dns-shared-vpc versions.tf maintenance + copyright notice bump (#1782) 2023-10-20 18:17:47 +02:00
iam-delegated-role-grants versions.tf maintenance + copyright notice bump (#1782) 2023-10-20 18:17:47 +02:00
network-quota-monitoring Network dashboard - fixing 2 bugs: overriden variable and page token … (#1976) 2024-01-15 14:28:17 +01:00
onprem-sa-key-management versions.tf maintenance + copyright notice bump (#1782) 2023-10-20 18:17:47 +02:00
packer-image-builder versions.tf maintenance + copyright notice bump (#1782) 2023-10-20 18:17:47 +02:00
scheduled-asset-inventory-export-bq Format python files in blueprints (#2079) 2024-02-15 09:37:49 +01:00
terraform-cloud-dynamic-credentials versions.tf maintenance + copyright notice bump (#1782) 2023-10-20 18:17:47 +02:00
unmanaged-instances-healthcheck versions.tf maintenance + copyright notice bump (#1782) 2023-10-20 18:17:47 +02:00
vm-migration versions.tf maintenance + copyright notice bump (#1782) 2023-10-20 18:17:47 +02:00
workload-identity-federation versions.tf maintenance + copyright notice bump (#1782) 2023-10-20 18:17:47 +02:00
README.md Blueprints naming convention update (#1942) 2023-12-21 17:02:25 +01:00

README.md

Operations blueprints

The blueprints in this folder show how to wire together different Google Cloud services to simplify operations, and are meant for testing, or as minimal but sufficiently complete starting points for actual use.

Active Directory Federation Services

This blueprint Sets up managed AD, creates a server where AD FS will be installed which will also act as admin workstation for AD, and exposes ADFS using GLB. It can also optionally set up a GCP project and VPC if needed


Resource tracking and remediation via Cloud Asset feeds

This blueprint shows how to leverage Cloud Asset Inventory feeds to stream resource changes in real time, and how to programmatically use the feed change notifications for alerting or remediation, via a Cloud Function wired to the feed PubSub queue.

The blueprint's feed tracks changes to Google Compute instances, and the Cloud Function enforces policy compliance on each change so that tags match a set of simple rules. The obvious use case is when instance tags are used to scope firewall rules, but the blueprint can easily be adapted to suit different use cases.


Compute Engine quota monitoring

This blueprint shows a practical way of collecting and monitoring Compute Engine resource quotas via Cloud Monitoring metrics as an alternative to the recently released built-in quota metrics. A simple alert on quota thresholds is also part of the blueprint.


Granular Cloud DNS IAM via Service Directory

This blueprint shows how to leverage Service Directory and Cloud DNS Service Directory private zones, to implement fine-grained IAM controls on DNS. The blueprint creates a Service Directory namespace, a Cloud DNS private zone that uses it as its authoritative source, service accounts with different levels of permissions, and VMs to test them.


Granular Cloud DNS IAM for Shared VPC

This blueprint shows how to create reusable and modular Cloud DNS architectures, by provisioning dedicated Cloud DNS instances for application teams that want to manage their own DNS records, and configuring DNS peering to ensure name resolution works in a common Shared VPC.


Delegated Role Grants

This blueprint shows how to use delegated role grants to restrict service usage.


Network Quota Monitoring

This blueprint provides an end-to-end solution to gather some GCP Networking quotas and limits (that cannot be seen in the GCP console today) and display them in a dashboard. The goal is to allow for better visibility of these limits, facilitating capacity planning and avoiding hitting these limits.


On-prem Service Account key management

This blueprint shows how to manage IAM Service Account Keys by manually generating a key pair and uploading the public part of the key to GCP.


Packer image builder

This blueprint shows how to deploy infrastructure for a Compute Engine image builder based on Hashicorp's Packer tool.


Scheduled Cloud Asset Inventory Export to Bigquery

This blueprint shows how to leverage the Cloud Asset Inventory Exporting to Bigquery feature, to keep track of your organization's assets over time storing information in Bigquery. Data stored in Bigquery can then be used for different purposes like dashboarding or analysis.


Workload identity federation with Terraform Cloud workflows

This blueprint shows how to configure Wokload Identity Federation between Terraform Cloud/Enterprise instance and Google Cloud.


TCP healthcheck for unmanaged GCE instances

This blueprint shows how to leverage Serverless VPC Access and Cloud Functions to organize a highly performant TCP healtheck for unmanaged GCE instances.


Migrate for Compute Engine (v5)

This set of blueprints shows how to deploy Migrate for Compute Engine (v5) on top of existing Cloud Foundations on different scenarios. An blueprint on how to deploy the M4CE connector on VMWare ESXi is also part of the blueprints.


Configuring Workload Identity Federation from apps running on Azure

This blueprint shows how to set up everything, both in Azure and Google Cloud, so a workload in Azure can access Google Cloud resources without a service account key. This will be possible by configuring workload identity federation to trust access tokens generated for a specific application in an Azure Active Directory (AAD) tenant.