0
0
GCPcloud~5 mins

Least privilege principle in GCP - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is the Least Privilege Principle in cloud security?
It means giving users or services only the minimum access rights they need to do their job, nothing more.
Click to reveal answer
beginner
Why is the Least Privilege Principle important in Google Cloud Platform (GCP)?
It reduces the risk of accidental or malicious actions by limiting what users and services can do.
Click to reveal answer
intermediate
How can you implement the Least Privilege Principle in GCP?
By assigning roles with only necessary permissions using IAM roles, and avoiding broad roles like Owner or Editor when possible.
Click to reveal answer
beginner
What is a common mistake that violates the Least Privilege Principle?
Giving users or services full admin rights when they only need limited access.
Click to reveal answer
intermediate
How does the Least Privilege Principle help during a security breach?
It limits the damage because attackers get only limited access, reducing what they can do.
Click to reveal answer
What does the Least Privilege Principle ensure in cloud environments?
AUsers have only the permissions they need
BUsers have full access to all resources
CUsers can share passwords freely
DUsers can create unlimited resources
Which GCP feature helps enforce the Least Privilege Principle?
AIAM roles
BCloud Storage buckets
CCompute Engine instances
DCloud Functions
What is a risk of not following the Least Privilege Principle?
ABetter user experience
BFaster resource provisioning
CLower cloud costs
DIncreased risk of accidental data loss
Which role should you avoid assigning broadly to follow least privilege?
AViewer
BOwner
CCustom role with limited permissions
DBilling Account User
How often should you review permissions to maintain least privilege?
ANever, once set it stays forever
BOnly when a breach happens
CRegularly, to remove unnecessary access
DOnly for new users
Explain the Least Privilege Principle and how it applies to managing access in GCP.
Think about giving only the access needed to do a job.
You got /4 concepts.
    Describe common mistakes when implementing least privilege and how to avoid them in GCP.
    Focus on permission assignment and review.
    You got /4 concepts.