Skip to content

Latest commit

 

History

History
101 lines (75 loc) · 5.28 KB

solutions.md

File metadata and controls

101 lines (75 loc) · 5.28 KB

Solutions

Sol1: Onboarding to GCP for Public Sector Organizations

Sol2: KCC Landing Zone Deployment

Sol3: Implementing ITSG Security Controls in a GCP PBMM Landing Zone

Sol4: Example Canary/Workload for Dynamic Security Controls Compliance in GCP Landing Zones

KCC Canary Deployments - IaaS

KCC Canary Deployments - PaaS

KCC Canary Deployments - FaaS

KCC Canary Deployments - SaaS

Fortinet/Fortigate NGFW use in GCP Secure Landing Zones

Incorporate GCP Software Delivery Shield

Training options for GCP

Developer Focused

SOL21: Deploying Google Cloud Workstations in the GCP Landing Zone

SOL22: Using Google Cloud Deploy in a GCP Landing Zone for CI/CD Pipelines

SOL23:Heartrate/GPS IoT Streaming to Google Cloud

SOL24: Remote Sensing Streaming to Google Cloud via Drone

  • Use a DJI Mavic 3 drone in dual mode. Track DroneID via SDR and deploy an iphone/android payload running IoT software.
  • Both solutions stream to GCP for analysis

VPC

gcloud compute networks create biometric --project=biometric-ol --description=biometric --subnet-mode=custom --mtu=1460 --bgp-routing-mode=regional

gcloud compute networks subnets create private --project=biometric-ol --range=10.0.0.0/24 --stack-type=IPV4_ONLY --network=biometric --region=us-central1 --enable-private-ip-google-access

Enable PSA - Private Services Access https://cloud.google.com/vpc/docs/configure-private-services-access?_ga=2.179763492.-1098396564.1647194753

Cloud SQL Proxy https://cloud.google.com/sql/docs/mysql/sql-proxy?_ga=2.150451510.-1098396564.1647194753

Deploy a Bastion

https://console.cloud.google.com/compute/instancesAdd?walkthrough_id=sql--quickstart-sql-gce--quickstart-sql-gce-index&project=biometric-ol&supportedpurview=project

gcloud compute instances create bastion2 --project=biometric-ol --zone=us-central1-a --machine-type=e2-micro --network-interface=network-tier=PREMIUM,subnet=default --metadata=enable-oslogin=true --can-ip-forward --maintenance-policy=MIGRATE --provisioning-model=STANDARD --service-account=690900791045-compute@developer.gserviceaccount.com --scopes=https://www.googleapis.com/auth/cloud-platform --tags=http-server,https-server --create-disk=auto-delete=yes,boot=yes,device-name=bastion2,image=projects/debian-cloud/global/images/debian-11-bullseye-v20221102,mode=rw,size=10,type=projects/biometric-ol/zones/us-central1-a/diskTypes/pd-balanced --no-shielded-secure-boot --shielded-vtpm --shielded-integrity-monitoring --reservation-affinity=any

Cloud SQL Migration

Serverless Wiki/Websites on Google Cloud

Tutorials

Hands-on: Deploy and Configure Anthos Service Mesh in Google Cloud

Hands-on: Create CI/CD Pipelines for Production and Development in Google Cloud

Hands-on: Use Migrate to Containers to containerize a VM and migrate the application to Anthos/GKE in Google Cloud

Service related

IAM

Context Aware access to GCP Console and APIs