GCP Iam - vidyasekaran/GCP GitHub Wiki
https://www.youtube.com/watch?v=PjBhIDOdLM0&list=PLcnJIHtHiTA2Jp3klIkeHiwqGrxjXBzh6&index=10
GCP resources -
IAM Fundamentals - https://cloud.google.com/iam/docs/overview IAM How-To Guide - https://cloud.google.com/iam/docs/how-to IAM Hands -on - https://cloud.google.com/iam/docs/quickstart
Good to understand IAM
https://www.youtube.com/watch?v=PjBhIDOdLM0
cloud IAM
Identity & Access Management (3 parts)
WHO? CAN DO ON WHICH
WHAT?
Google Account
Service Account Role -> Primitive, RESOURCES
Groups Predefined Resources? Org -> Folder -> Project ->VM
Cloud Identity Custom
Ex: [email protected] ----> Compute Instance Admin --> Resources? Org -> Folder -> Project ->VM
PLP - Principle of Least Privilege
IAM POLICY
You keep members and roles they need and combine it and create an IAM Policy its in a JSON format. Iam Policies are administrated by a different role called IAM Admin.