GCP Fundamental Intro Flashcards
Name five fundamental attributes of Cloud Computing
First, customers get computing resources on-demand and self-service.
Cloud-computing customers use an automated interface and get the processing
power, storage, and network they need
Second, they can access these resources over the network
Third, the provider of those resources has a big pool of them, and allocates them to
customers out of the pool.
Fourth, the resources are elastic
And last, the customers pay only for what they use or reserve, as they go
What does IaaS offer?
provide you with raw compute, storage, and
network, organized in ways familiar to you from physical and virtualized data centers
What does PaaS offer?
bind your code to libraries that provide access to
the infrastructure your application needs, thus allow you to focus on your application
logic.
In the IaaS you pay for ______?
What you allocate
In the PaaS model you pay for _______?
What you use
What is the IaaS management console called?
Compute Engine
What is the PaaS console engine called?
App Center
What is a google region?
Regions are independent geographic areas that consist of zones
What is a zone?
A zone is a deployment area for Google Cloud Platform resources within a region.
Think of a zone as a single failure domain within a region. In order to deploy
fault-tolerant applications with high availability, you should deploy your applications
across multiple zones in a region to help protect against unexpected failures
True or False? There are N number of zones contained within a region?
True
What are Zonal Resources?
Zonal resources operate within a single zone. If a zone becomes unavailable, all of the
zonal resources in that zone are unavailable until service is restored. i.e. Compute Engine VM is zonal
Google Cloud Bigtable, a horizontally scalable managed
database: Bigtable uses ______
Apache HBase
Google Cloud Dataproc offers
the open-source big data environment _____ ?
Hadoop
Name four compute compute engines
- Compute Engine
- Kubernetes engine
- App Engine
- Cloud functions
Name five storage services
- Bigtable
- Cloud Storage
- Cloud SQL
- Cloud Spanner
- Cloud Datastore
Name five Big Data Services
- BigQuery
- Pub/Sub
- Dataflow
- Dataproc
- Datalab
Name five machine learning Service
- Natural language API
- Vision API
- ML
- Speech API
- Translate API
Name some of Google Cloud
Platform’s pricing
innovations
● Sub-hour billing
● Sustained-use discounts
● Compute Engine custom machine types
Name some benefits of using
Google Cloud Platform other
than its pricing.
● Commitment to environmental
responsibility
● Commitment to open-source technologies
● Robust infrastructure
Give an example of SaaS
Search, Gmail, Docs and Drive are Software as a Service applications in that they’re consumed directly over the internet by end users
Name some Google resources that are multi-regional
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
Why choose Google Cloud Platform
Google Cloud Platform lets you choose from computing, storage, big data, machine learning and application services for your web, mobile, analytics and back-end solutions. It’s global, it’s cost effective, it’s open source friendly and it’s designed for security
How to ensure bills don’t get out of hand?
GCP provides four tools to help: budgets and alerts, billing, export, reports and quotas
What are four ways to interact with Google Cloud?
Console, the SDK and Cloud Shell, the Mobile App and the APIs