GCP General Flashcards
What is IaaS?
Virtualized data centers brought you Infrastructure as a Service,
IaaS, and Platform as a Service
What is PaaS?
Platform as a Service, PaaS
PaaS offerings, on the other hand,
bind application code you write to libraries that
give access to the infrastructure your application needs.
That way, you can just focus on your application logic.
In the IaaS model,
you pay for what you allocate.
In the PaaS model, you pay for what you use.
What is SaaS?
Software as a Service
applications like, Search, Gmail,
Docs and Drive are Software as
a Service applications in that they’re consumed directly over the internet by end users
What is a GCP Zone?
The ZONE is finest grain level
A zone is a deployment area for Google Cloud Platform Resources.
Is a GCP Zone the same as a DC?
Although people think of a zone as being like a GCP Data Center, that’s not strictly accurate because a zone
doesn’t always correspond to a single physical building
What is A GCP region?
A group of Zones closely located, usually have
round trip network latencies of under five milliseconds.
Locations within regions Think of a zone as a single failure domain within a region.
What is a multi-Region resource?
A few Google Cloud Platform Services
support placing resources in what we call a Multi-Region.
For example, Google Cloud Storage, which we’ll discuss later,
lets you place data within the Europe Multi-Region.
That means, it’s stored redundantly in at least two geographic locations, separated by at least 160 kilometers within Europe.
What is the GFE and what is it for?
Google services that want to make themselves available on the Internet
register themselves with an infrastructure service called the Google Front End,
which checks incoming network connections for correct certificates and best practices.
The GFE also additionally,
applies protections against denial of service attacks.
What are the 4 billing protection mechanisms that GCP provides?
1- budgets and alerts
2- billing
3- export
4- reports and quota
What are budgets and alerts?
You can define budgets either per billing account or per GCP project. A budget can be a fixed limit or you can tie it to another metric. For example, a percentage of the previous month spend.
To be notified when costs approach your budget limit, create an alert.
Alerts are generally set at 50 percent, 90 percent, and 100 percent. Customisable.
What are billing reports and quotas?
Reports is a visual tool in
the GCP console that
allows you to monitor your expenditure.
GCP also implements quotas, which protect both account owners and the GCP community as a whole. Quotas are designed to prevent the over-consumption of resources, whether because of error or malicious attack. Th
What types of billing quotas are there?
There are two types of quotas: rate
quotas and allocation quotas.
Both get applied at the level of the GCP project.
Rate quotas reset after a specific time.
Allocation quotas, on the other hand, govern the number of
resources you can have in your projects.
For example, by default,
each GCP project has a quota allowing it no
more than five Virtual Private Cloud networks.
Although projects all start with the same quotas,
you can change some of them by requesting
an increase from Google Cloud support
What are the GCP Resource Hierarchy levels?
Resources are organised into Projects, Projects into Folders and Folders into Organisation Nodes
What are Projects?
All Google Cloud platform resources belong to a project.
Projects are the basis for enabling and using GCP services like managing APIs,
enabling billing and adding and removing
collaborators and enabling other Google services.
Each project is a separate compartment and each resource belongs to exactly one.
What is the purpose of Folders?
You can organize projects into folders, although you don’t have to.
They’re a tool at your disposal to make your life easier.
For example, you can use folders to represent different departments,
teams, applications or environments in your organization.
Folders let teams have the ability to delegate administrative rights,
so they can work independently.
The resources in a folder inherit IAM policies from the folder.