Advanced IAM Flashcards

1
Q

AWS Directory Service, what are the five key points about this set of services?

A
  • is a family of managed services
  • connects aws resources with on premises AD (active directory)
  • stand alone directory in the cloud
  • uses existing corporate credentials
  • SSO Single Sign On to any domain joined ec2 service.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the AD compatible services offered by aws?

A
  • managed Microsoft AD
  • AD connector
  • Simple AD
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the non AD compatible directory services that aws offers?

A
  • cloud directory

- cognitive user pools

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

An ARN is a pointer to a unique aws resource, what are the key parts in this and in which order do they come in?

A

Partition = aws / aws-cdn etc
Service = the aws service such as s3 etc
Region = the region and az for example us-east-1
Account-Id =the account to which the resource belongs.

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

There are two types of policies in AWS these are…

A

Identity policies - for IAM users

Resource policies - for resources such as ec2 or lambda etc.

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

True or false, evaluating policies where more than one is attached to a resource or user, if some contain deny rules, how are they processed.

A

AWS merges all policies together, if any contain deny rules, these will supersede any allow rules for the same resource or action on that resource in aws.

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