IAM Flashcards

1
Q

IAM is regional

T or F

A

false

it is universal

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

T or F

the root account is created when you first setup your AWS account

A

T

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

T or F

Users have full access when new user created

A

False

They have no access

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

New users are assigned Access key and secret ID when they are first created

True or F

A

True

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

access key and secret key are the same as a pw and can be used to log into the console, cli, and api

A

false, they are not the same as a pw and cannot be used to log into the console.

they are used for cli and api

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

Roles are universal - they can be used in any region

t or f

A

T

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

roles can be assigned to an ec2 instnace after it is created using both the console and the CLI

T or F

A

T

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

what is aws directory service?

family of managed services

connect aws resources with on prem AD

standalone directory in the cloud

use existing corporate credentials

SSO to any domain joined EC2 instance

A

yes

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

simple AD

standalone managed directory

basic AD features

small <= 500; <=5,000 users

easier to manage ec2

linux workloads that need LDAP

does not support trusts (Can’t join on premisis AD)

A

yes

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

AD connector

-directory gateawy (proxy) for on prem AD

avoid caching info in the cloud

allow on prem users to log into aws using AD

join ec2 instances to your existing AD domain

scale across multiple AD connectors

A

yes

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

cloud directory

directory based store for developers

multiple hierarchies with hundres of millions of objects

use cases; org charts, course catalogs, device registries

fully managed service

A

yes

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

AD compatible services:

managed MS AD

AD connector

simple AD

t or f

A

t

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

non AD compatible

cloud directory

cognito user pools

t or f

A

t

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

arrange the order for an ARN beginning

account_id

partition

arn

service

region

A

arn:partition:service:region:account_id:

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

IAM policies

not explicitly allowed == implicitly denied

t or f

A

t

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

IAM policies

explicit deny > everything else

t or f

A

t

17
Q

permission boundaries

  • used to delegate administration to other users
  • prevent privilege escalation or unnecessarily braod permissions
  • control maximum permissions an IAM policy can grant

use cases:

developers creating roles for lambda functions

application owners creating roles for EC2 instances

admins creating ad hoc users

A

yes

18
Q

AWS RAM =

A

resource account manager