ANSWERS ALREADY GRADED A+
C
Terms in this set (213)
A tool that warns you when Billing Alerts
you're spending too much.
A service used for executing Cloud Functions
code in response to events.
A mechanism that allows you Custom monitoring metric.
to track custom information in
code and save it to Stackdriver.
The command to create a Cloud `gcloud functions deploy`
Function.
The way to enable point-in- Enable binary logging
time recovery for MySQL
databases on Cloud SQL.
A service used to run web App Engine
applications on a managed
platform.
The command to list subnets. `gcloud compute networks subnets list`
Key-value pairs that you can set Metadata
and
interact with in a Compute Engine
instance.
"One-click" way to install Cloud Launcher
common
applications to Compute Engine
instances.
The purpose of this command: Open port 22 to the internet
`gcloud compute firewall-rules
create "a- firewall-rule" --
network
$SERVICES_NETWORK --
allow tcp:22`
, When using `gcloud compute `--dry-run`
ssh`, which flag shows the
underlying SSH command?
Key-value pairs of Environment variables
configuration data that are
accessible from code running
in a
Cloud Function.
The types of App Engine Standard and Flexible
environments.
The format used for YAML
Kubernetes resource files.
What is the purpose of this It creates a new service account.
command:
`gcloud iam service-accounts
create...`
Where SSH keys for connecting Project or Instance metadata.
to
Compute Engine instances are
stored.
The command to create a `gcloud deployment-manager deployments create`
Deployment Manager
deployment.
IAM stands for what? Identity and Access Management
The way to change an App Engine You can't. You need to create a new project.
region.
A way to analyze spending data. Billing Exports sent to BigQuery.
The way to ensure the nodes in a Enable the "Automatic node upgrades" option.
Kubernetes Engine cluster are
running the latest version of
Kubernetes.
The resource for storing Secrets
sensitive information in
Kubernetes.
The name of the Kubernetes DaemonSet
Deployment that ensures a
single instance of a pod will
run on each node.
A way to run Compute Engine Managed Instance Groups
instance based on templates.