Interacting with google cloud Modul 1.1 Flashcards

1
Q

How can you interact with GCP

A

There are four ways:
1.Google Cloud Platform console or GCP console, 2.Cloud Shell and the Cloud SDK,
3.the APIs
4.the Cloud mobile app.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is Cloud Shell

A

Cloud Shell is a temporary Virtual Machine with five gigabytes of persistent disk storage that has the Cloud SDK pre-installed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

GCP Client Libraries expose APIs for two main purposes.

A

App APIs provide access to services, and they’re optimized for supported languages such as Node, js or Python.

Admin APIs offer functionality for resource management.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What things GCP Console can do and Cloud Shell can’t

A

can keep track of the context of your configuration activities.
It can use the Cloud API to determine from the current system state, what options are valid, and it can perform repetitive or more leveraged activities on your behalf.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What Cloud Shel offers more than GSP Console

A

Cloud Shell in contrast offers detailed and precise control, and through its commands, a way to script and automate activities.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

GCP network

A

uses a software defined network, that is built on a global fiber infrastructure.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Virtual Private Cloud or VPC

A

is a Google’s managed networking functionality, for Euro Cloud Platform resources.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

VPC fundamental components:

A

are projects, networks, subnetworks, IP addresses, routes, and firewall rules, along with network pricing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

On a high level, Google Cloud consists of regions, what are regions?

A

A region is a specific geographical location where you can run your resources. Each region has three zones.
US-Central1 has four zones: US-Central1-A, US-Central1-B, US-Central1-C, and US-Central1-F.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is PoPs acronym for

A

are points of presence
where Google’s network is connected to the rest of the internet.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What GCP network connects

A

connects regions and PoPs, and is composed of a global network of fiber optic cables with several submarine cable investments.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

GSP network comes in three different modes, which are those?

A

default,
auto mode,
and custom mode.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are subnets for

A

Subnetworks allow you to divide or segregate your environment.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What type of addresses VPC provides

A

Ip addresses for internal and external use along with granular IP address range selections.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How do you list your Virtual Machines and their details from google shel using google SDK

A

gcloud compute instances list command.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

How can you interract with gsp using Cloud mobile app

A
  • manage GCP services (can start, stop an SSH into Compute Engine instances, and see logs from each instance)
  • set up customizable graphs showing key metrics such as CPU usage, network usage, requests per seconds, and server errors.
  • get up-to-date billing information for your projects, and get billing alerts for projects that are going over budget
17
Q

what are classes of storage bucket

A

Multi-regional for frequently accessed from different regions
Regional for frequently accessed from single region
Nearline best for backups and data accessed once a month or les
Coldline for disaster recovery and data accessed once a year or less