Quizlet #8 Flashcards

1
Q

defense-in-depth process for storing data in Google Cloud

A
  1. Data is broken into many pieces in memory. 2. These pieces, or “chunks”, are encrypted with their own data encryption key or ‘DEK’. 3. These DEKs are then encrypted a second time with key encryption key or ‘KEK’. 4. Encrypted chunks and wrapped KEKs are distributed across Google’s infrastructure
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Identity layer protection

A

Google Cloud operates a zero-trust model. This means that every user and every machine that tries to access data or services must strongly authenticate identity at each stage for each file

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

Network layer protection

A

Encryption in transit protects data as it moves across a network. Multiple layers of defense are in place to help protect customers against network attacks, like DDoS attacks

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

Operations layer of protection

A

Operations layer of protection A global operations team of more than 900 security experts monitor the system 24 hours a day, 365 days a year. Their role is to detect attacks and other issues and to respond to them

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

Front end user access

A

None of the 4 (view logs, modify settings, modify users, or modify applications)

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

Manager access

A

Modify users and applications

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

Admin user access All 4 (view logs, modify settings, modify users, or modify applications)

A

Admin user access All 4 (view logs, modify settings, modify users, or modify applications)

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

Who of IAM policy

A

A Google account, a Google group, a service account, or a Google Workspace or Cloud Identity domain

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

What of IAM policy

A

If you’re a viewer on a given resource, you can examine it, but not change its state. If you’re an editor, you can do everything a viewer can do plus change its state. And if you’re an owner, you can do everything an editor can do plus manage roles and permissions on the resource

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

“least-privilege” model

A

Each person in your organization is given the minimal amount of privilege needed to do their job

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

Resource Hierarchy

A

The way your IT team can organize your business’ Google Cloud environment and how that service structure maps to your organization’s actual structure.

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

Google Cloud Roles

A

Primitive, Predefined, Custom

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

Primitave Roles

A

Broad roles, such as Owner, Editor, or Viewer

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

Predefined Roles

A

Predefined Roles Collection of permissions, such as roles for Compute Engine only.

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

Custom Roles

A

Roles created specifically for each person or sets of persons, usually mapped by job function for group

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

Domain Top-level of management,

A

Domain Top-level of management, managed through cloud identity, manages user profiles

17
Q

Organization

A

Managed through cloud console, and lets admin see and control permissions

18
Q

Developers

A

Responsible for writing code for systems and applications, and operators are responsible for ensuring that those systems and applications operate reliably. Expected to be agile. Their aim is to release new functions frequently, increase core business value with new features, and release fixes fast for an overall better user experience

19
Q

Operators

A

Expected to keep systems stable, and so they often prefer to work more slowly to ensure reliability and consistency

20
Q

Success in Cloud

A

Adjust expectations for service availability and Adopt best practices from DevOps and Site Reliability Engineering