Cheat Sheet

Google Cloud Associate Cloud Engineer (ACE) Cheat Sheet

By The Exam Atlas Editorial Team · Verified 2026-05-29

A final-revision summary for the Google Cloud ACE. Study aid only — no notes in the proctored exam.

Resource hierarchy

Organisation → Folders → Projects → Resources. IAM and billing attach at these levels.

Compute options (when to use)

ServiceUse
Compute EngineFull-control virtual machines
GKEManaged Kubernetes for containers
Cloud RunServerless containers
App EngineFully managed PaaS for apps
Cloud FunctionsEvent-driven serverless functions

Cloud Storage classes

ClassFor
StandardFrequent access
Nearline~Monthly access
Coldline~Quarterly access
ArchiveRare access, lowest cost

IAM

Role typeIdea
BasicOwner, Editor, Viewer (broad)
PredefinedService-specific, least privilege
CustomTailored permission sets
Service accountIdentity for workloads, not people

Handy gcloud patterns

gcloud config set project · gcloud compute instances ... · gcloud container clusters ... · gcloud iam ...

FAQ

Can I use notes in the GCP ACE exam?
No. It is proctored. Use this for final revision before exam day only.

Sources