Unit 5 roadmap — Configuring access and security
Associate Cloud Engineer › Unit 5
Unit 5 roadmap — Configuring access and security
Unit 5 at a glance
- ~17.5%
- 2
- 8
- 87
- 40
- 10
Every objective below is quoted from Google's Associate Cloud Engineer exam guide, retrieved 2026-09-22. Under each topic is that topic's own summary of what the exam actually tests, taken from its lecture.
Topic 1 — Managing Identity and Access Management (IAM)
ACE-U5.T1 · 2 objectives · lecture deck of 11 slides
- Viewing and creating IAM policies
- Managing the various role types and defining custom IAM roles (e.g., basic, predefined, custom)
What this topic actually tests. One role, one binding. Many changes? Read, modify, write — a stale etag fails, so retry the whole cycle. Grants add up down the hierarchy; remove one where it was granted. To forbid regardless of grants, use a deny policy. Custom roles live in a project or organization, never a folder — disable to switch off, undelete within 7 days.
Topic 2 — Managing service accounts
ACE-U5.T2 · 6 objectives · lecture deck of 15 slides
- Creating service accounts
- Using service accounts in IAM policies with minimum permissions
- Assigning service accounts to resources
- Managing IAM of a service account
- Managing service account impersonation
- Creating and managing short-lived service account credentials
What this topic actually tests. Principal or resource? roles FOR the service account are minimum grants; roles ON it decide who can use it. User or Token Creator? User attaches; Token Creator impersonates and mints tokens. Where is the grant? on the individual service account, not the project. Key or token? a short-lived token, every time Google offers one.