0
0
GCPcloud~5 mins

Members (users, groups, service accounts) in GCP - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is a 'user' in Google Cloud Platform (GCP)?
A user is an individual person who has a Google account and can access GCP resources with permissions assigned to their account.
Click to reveal answer
beginner
What is a 'group' in GCP IAM?
A group is a collection of users managed together. Assigning permissions to a group applies those permissions to all users in that group.
Click to reveal answer
beginner
What is a 'service account' in GCP?
A service account is a special account used by applications or virtual machines to access GCP resources securely without user intervention.
Click to reveal answer
intermediate
Why use groups instead of assigning permissions to individual users?
Groups simplify management by letting you assign permissions once to many users, making it easier to add or remove users without changing permissions repeatedly.
Click to reveal answer
intermediate
How do service accounts improve security in GCP?
Service accounts allow applications to have their own identity with limited permissions, reducing risk by not using user credentials and enabling fine-grained access control.
Click to reveal answer
Which member type in GCP is best for an application to access resources securely?
AUser
BService Account
CDomain
DGroup
What happens when you assign a role to a group in GCP IAM?
AAll users in the group get the role permissions
BOnly the group owner gets the role
CThe role is assigned to all users in the project
DThe role is assigned to service accounts only
Which of these is NOT a valid member type in GCP IAM?
AUser
BService Account
CVirtual Machine
DGroup
Why should you avoid using user accounts for automated tasks in GCP?
AUser accounts cannot access GCP
BUser accounts expire quickly
CUser accounts have no permissions
DUser credentials can be less secure and harder to manage for automation
What is the main benefit of using groups in GCP IAM?
AGroups simplify permission management for multiple users
BGroups are used to store data
CGroups can run virtual machines
DGroups replace service accounts
Explain the differences between users, groups, and service accounts in GCP IAM.
Think about who or what needs access and how they are managed.
You got /3 concepts.
    Describe why service accounts are important for security in GCP.
    Consider automated tasks and how they should access resources safely.
    You got /3 concepts.