Five more day-zero considerations
IAM roles at project creation, API enablement, quotas, observability provisioning, and the default VPC you shouldn't build on.
Speaker notes
- The account that creates a project is automatically bound to roles/owner on it, every subsequent teammate needs an explicit grant, bind roles to groups and check the binding immediately after creation, never leave a fresh project owned only by whoever ran the create command.
- Every GCP API must be explicitly enabled per project before it can be called, regardless of IAM role, a PERMISSION_DENIED error on an otherwise correctly-permissioned call is very often actually an API enablement error, check gcloud services list --enabled before touching IAM. Quotas cap resource consumption per project and region and can be checked and increased through the console; Essential Contacts routes Google's own billing/security/technical notices to a team inbox instead of one person who might leave.
- Every project gets a default Monitoring workspace and Logging bucket automatically, the real day-zero decision is whether to route telemetry into a dedicated aggregation project instead. And every new project ships with a permissive auto-mode default VPC, never build production resources against it, a deliberate custom-mode VPC replaces it, covered in the networking chapter later in this deck.
Deck map
01
GCP foundations, fully current
02
The exam itself, and how this deck maps to it
03
The project is the real unit of isolation
04
Organization, folders, projects, and now: standalone orgs
05
Org policies now ship with a dry-run mode
06
Five more day-zero considerations
07
Three metadata mechanisms, one exam trap
08
Cloud Identity: manual and SCIM-automated
09
Cloud Asset Inventory, Gemini Cloud Assist, and Workforce Identity Federation
10
A budget alerts, it never caps
11
gcloud, Cloud Shell, and the ADC trap
12
Five infrastructure tools, five different jobs
13
Gemini CLI sunset, Antigravity, and Application Design Center
14
Principal, permission, role, and policy
15
Predefined first, custom only for a documented gap
16
Impersonation over keys, by default now
17
Keys are now blocked by default
18
Workforce vs. Workload Identity Federation
19
Hyperdisk is now the default, not Persistent Disk
20
OS Login and VM Manager: fleet control by IAM, not by hand
21
Spot VMs, custom machine types, and managed instance groups
22
GPUs, TPUs, and a snapshot schedule nobody had tested
23
Autopilot bills per Pod, Standard bills per node
24
Cloud Run: revisions, traffic splitting, and instant rollback
25
The Agent Runtime: the newest exam addition
26
Cloud Workstations and managed notebooks
27
Choosing between GKE, Cloud Run, and the Agent Runtime
28
Cloud Storage plus three file-storage products
29
Choosing a managed database, still the same tree
30
The relational family and the NoSQL split
31
Two newer additions: Managed Kafka and Memorystore
32
CMEK, a fleet-wide view, and a rotation that locked out a replica
33
Custom-mode VPCs, Shared VPC, and non-transitive peering
34
Cloud NGFW: Secure Tags replace network tags
35
Load balancer choice and an asymmetric tier rule
36
Cloud VPN, Interconnect, DNS, and NAT
37
Resizing subnets, static IPs, and static routes
38
Cloud Monitoring and Cloud Logging, still the backbone
39
Trace, Profiler, and Query Insights: a narrowing sequence
40
Personalized Service Health, Active Assist, and Cloud Hub
41
The traps that recur across every domain
42
Quick-fire recall
43
Exam-day strategy
44
Readiness checklist, fully current