GCP Cloud Resource Manager Flashcards
What is GCP Cloud Resource Manager?
Managing
- Quote
- IAM
- Billing
What is the organization node?
It is the root node of an organization, the highest level. It has a domain like keith-tobin.com and users.
What is the structure of |IAM in GCP?
- Organization
- Folders
- Projects
- Resources
What is the highest level of administration for a GCP Organization?
Admin
Use cases for GCP Organization admin are?
-Auditing (This I found strange, I would never give Admin rights for auditing, I give least privileges and give view-only access to areas required.
What is the use for the GCP Organization owner?
It is reserved for the G Suit super admin
What is the best practice for GCP Organizations admin
You should have more than one. If one what to get killed, the other can sill administrate.
What are GCP IAM Folders used for?
Enables you to group projects, like,
- Dev
- Test
- Accounting
- Shipping
I require the ability to set an IAM policy to a group of projects, how can I do this?
Group the projects under an GCP Organization Folder and apply the policy to the folder
I have a GCP Organization Folder with a project, I move the project, will the IAM policy be moved also?
No, the policy is attached to the folder, you have to be careful when you move projects as the IAM policy will not move.
Can I atach a personal email to an GCP Orgnizational account?
No, you have to have an email belown to the Orgnizationa account.
There are two types of Orgnizational account options, what are they and what dose each do?
G Suit Domain: Gmail, google drive, etc.
Cloud Identity Domain: existing domain
What is a GCP Quota?
They are a soft cap on resources.
What are the 3 types of GCP Quotas we generaly see?
- Resources per porject
- API rate limit
- Per Region
What is the a good use case for GCP Quotas?
The stop errors cause runaway costs.
Are Quotas something you cna set through the web portal and CLI?
No, you have to send a support ticket to Google.
Where can I see GCP Quotas?
Via the GCP portal under iAM -> Quotas.
What are GCP Lables?
Tool for orgnization GCP resources, much the same as tags in AWS and Azure.
How many lables can I have per resource?
64
When we are using GCP lables, what are they when you have Key/____?
Value
In GCP we have tags, what is the difference between tags and lables?
Tags are only used for network/VPC resources
Affects resource operatins(e,g firewall rule application, netwrk route).
Lables are for orgnizational purpus, dos enot affect resource operation.
I ahve an instance and I need to set a firewall rule for one or more instances, do i use tags or lables.
Tags. Lables are only used fto organize resources
Can GCP Lables affect how a resource operates?
No