0
0
GCPcloud~5 mins

Access control (IAM vs ACLs) in GCP - Quick Revision & Key Differences

Choose your learning style9 modes available
Recall & Review
beginner
What is IAM in Google Cloud Platform?
IAM (Identity and Access Management) is a system that lets you control who can do what on your cloud resources by assigning roles to users or groups.
Click to reveal answer
beginner
What does ACL stand for and what is its purpose?
ACL stands for Access Control List. It is a list that specifies which users or systems can access a specific resource and what actions they can perform.
Click to reveal answer
intermediate
How does IAM differ from ACLs in managing access?
IAM manages access by assigning roles to users or groups at a resource level, while ACLs manage access by listing permissions directly on individual resources.
Click to reveal answer
intermediate
Which access control method is recommended for managing permissions across many resources in GCP?
IAM is recommended because it provides centralized, role-based access control that is easier to manage at scale.
Click to reveal answer
intermediate
Can ACLs be used together with IAM in Google Cloud?
Yes, ACLs can be used for some specific services or resources, but IAM is the primary and preferred method for access control in GCP.
Click to reveal answer
What does IAM primarily manage in Google Cloud?
AWho can access resources and what roles they have
BNetwork traffic routing
CBilling and cost management
DData encryption keys
Which of the following best describes an ACL?
AA network firewall rule
BA list of permissions attached directly to a resource
CA billing account for cloud services
DA group of users with the same role
Why is IAM preferred over ACLs for managing access in GCP?
AACLs are more secure than IAM
BIAM is only for network settings
CIAM provides centralized, role-based access control
DIAM does not require user accounts
Which access control method would you use to assign permissions to a group of users at once?
AIAM roles
BIndividual ACL entries
CFirewall rules
DEncryption keys
Can ACLs be used in Google Cloud alongside IAM?
AOnly for network traffic
BNo, ACLs are not supported
COnly for billing purposes
DYes, but IAM is the primary method
Explain the difference between IAM and ACLs in Google Cloud Platform.
Think about how permissions are assigned and managed.
You got /4 concepts.
    Describe why IAM is considered a best practice for access control in GCP.
    Consider managing many users and resources.
    You got /4 concepts.