IAM Flashcards

1
Q

group

A
  • equates to a job role

- assign policies to groups not users

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

IAM Access types: Programmatic Access

A
  • creates access ID & Secret access key for AWS API, CLI, SDK and other tools
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

IAM Access types: AWS Mgmt Console

A

console

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

user

A
  • 1 person

- by default a user has no permissions

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

Identity Providers

A
  • IAM Federation - Identity federation using SAML
  • SAML for Active Directory (Federation)
  • Open ID Connect
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Access Key ID and Secret Access Key

A
  • not the same as user name and pwd

- can only view access Key ID and secret access key once - if you lose them you must regenerate a new one

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

Password rotations

A
  • always want to set them up
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Inline policy

A

a policy that is attached to a single user or group

- typically used for one-off situations

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

Managed policy

A
  • can be shared by many users or groups

- when updated, all users or groups get updated automatically

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

Explicit Deny ***

A

when you explicitly change a permission in the policy from Allow to Deny
- will override any allow that is granted to a user in any other policy***

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

Implicit Deny

A

by default all permissions are implicitly denied until they are allowed in a policy (i.e. they don’t who up in the policy JSON)

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

Policy JSON: EAR

A

E - Effect
A - Action
R - Resource

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