Organization, folders, and projects
Learning how GCP organization structure maps to the enterprise patterns that are easier to recognize in AWS.
Lab
The lab tracks the questions I am actively unpacking, especially in GCP: identity, hierarchy, BigLake governance, storage design, and how to recreate enterprise patterns without drifting into manual shortcuts.
Current focus
Learning how GCP organization structure maps to the enterprise patterns that are easier to recognize in AWS.
Service accounts, Workload Identity Federation, remote Terraform state, and least-privilege bootstrap design.
Working through when to expose Silver externally and when to materialize data into the warehouse.
Using the project to understand how governed external access really works in practice.
Questions driving the work
One project per environment, reusable logic, and no hidden hardcoded drift across dev, staging, and prod.
Not only browser login, but also CLI auth, ADC, impersonation, and federated CI/CD access.
Choosing between object-storage-served datasets and native warehouse tables based on cost, governance, and consumer needs.
Lab discipline
If the setup belongs in Terraform, the lab should treat it that way.
Every meaningful decision should leave behind a clear explanation, not only a working state.
The same logic should be deployable across environments with controlled configuration and no amateur hardcoding.
The writing should stay simple enough to teach clearly while still staying true to enterprise practice.