GCP CNE Cloud Network Engineer Flashcards
IAM - Permissions are granted to what?
Roles
IAM - Roles are granted to what?
Principals
IAM - Principals are what?
Can be a Google account, a service account, a group, etc. Usually identified by an email address.
IAM - what is a collection of role bindings that bind one or more principals to roles?
Allow Policy
IAM - a service account is meant for what?
To run code as that account
IAM - permissions are stated in what.three.words?
service.resource.verb
IAM - what are the three types of roles?
Basic, Predefined and Custom
IAM - What are the Basic roles?
Don’t use them. i.e. Owner, Editor, Viewer
Billing - a project is linked to how many Cloud Billing accounts?
One
Billing - a Cloud Billing account is linked to how many projects
one or more
Billing - what four time ranges do budgets have?
Monthly, Quarterly, Yearly or Custom
What four ways can you interact with Google Cloud?
Console, SDK, Shell and APIs
Which interaction method installs on your laptop, server or container?
SDK
In order, least to greatest, what are the different “areas” in GCP?
zone, region, multi-region
From top to bottom, how are things organized in GCP?
Org Node > Folders > Projects > Resources
Which layer in GCP is optional, but can be multi-tiered?
Folders
What are the three identifiers of a project, and which one can change?
ID and Number are unique and cannot be changed. Name can be changed, and does not have to be unique.
Who manages IAM policies?
The Admin for each resource (i.e. project, folder, organization) or the Security Admin
What is the Cloud Launcher?
Provides many prepackaged, ready to deploy solutions, which may or may not have a cost associated.
What is the command to manage compute engine?
gcloud
What does VPC stand for?
Virtual Private Cloud (Network)
What are persistent and nonpersistent disks?
Persistent keep their data on reboot.
What are preemptible VMs?
Lower priced nodes which may be stopped due to system events.
By default, a VPC belongs to a single _____ ?
Project