(Unit 5 of 8) Azure Role-Based Access Control (RBAC) Flashcards

1
Q

What is the PRINCIPLE OF LEAST PRIVILEGE ?

A

You should only grant access up to the level needed to complete a task.

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

What is Azure RBAC?

A

Instead of defining access for individuals, RBAC allows common access rules for certain groups.

Example: New IT hire gets same access as others in IT group

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

How is role-based access control applied to resources?

A

Role-based access control is applied to a scope, which is a resourceor set of resources that this access applies to.

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

What is included in a SCOPE regarding RBAC?

A
  1. A management group (a collection of multiple subscriptions).
  2. A single subscription.
  3. A resource group.
  4. A single resource.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Azure RBAC is ____ ?

A

Heirachical

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

What happens when access is granted to a PARENT scope?

A

Those permissions are inherited by all child scopes

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

Give examples of RBAC scope access inheritance (1)

A
  1. Owner assigned to managment group allows user to manage all SUBS in the management group
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Give examples of RBAC scope access inheritance (2)

A
  1. Reader role to a group at the subscription scope, the members of that group can view every resource group and resource within the subscription.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How is RBAC enforced?

A
  1. Enforced on any action initiated against a resource passing through AZ resource manager (ARM)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly