Which statement best describes the purpose of IAM roles in Google Cloud Platform?
Think about how GCP controls who can do what.
IAM roles specify permissions that allow users or services to perform specific actions on GCP resources.
In GCP, where should you assign IAM policies to ensure permissions apply to all projects within an organization?
Consider the highest level in the resource hierarchy.
Assigning IAM policies at the organization level applies permissions to all projects and resources under it.
Which IAM practice best supports the principle of least privilege in GCP?
Think about minimizing access rights.
Granting only necessary permissions reduces risk and limits potential damage from compromised accounts.
What happens immediately after an IAM policy is updated on a GCP resource?
Consider how cloud services handle access control updates.
IAM policy changes are applied immediately, ensuring quick enforcement of new permissions.
Which practice is the most secure way to manage service account keys in GCP?
Think about minimizing risk if keys are exposed.
Using short-lived credentials reduces the risk of key compromise and limits exposure time.