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?
✗ Incorrect
IAM controls who can access cloud resources and what actions they can perform by assigning roles.
Which of the following best describes an ACL?
✗ Incorrect
An ACL is a list that specifies which users or systems can access a resource and what actions they can perform.
Why is IAM preferred over ACLs for managing access in GCP?
✗ Incorrect
IAM allows centralized management of permissions using roles, making it easier to manage access at scale.
Which access control method would you use to assign permissions to a group of users at once?
✗ Incorrect
IAM roles can be assigned to groups, allowing permission management for many users at once.
Can ACLs be used in Google Cloud alongside IAM?
✗ Incorrect
ACLs can be used for some resources, but IAM is the main access control system in GCP.
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.