IAM Flashcards

1
Q

What is AWS Organisations?

A

A way to organize and manage multiple standard accounts within AWS
There is one single payer account or management account and multiple member accounts

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

What are Service Control Policies?

A

They are top level policies that can be applied to OUs in an AWS Organization.
SCP permissions override Identity permissions and define the scope of what the ID perms are allowed

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

What is CloudTrail

A
  • enabled by default
  • 90 day default events
  • trails are how you customize CW logs
  • only management plane events enabled by default
  • data events need to enabled for an extra cost
  • most services log to the same region they are in, some of them are global like IAM, STS, CF etc.
  • trails can be enabled as “all region” to capture events from all AWS regions
  • not real time, there is a delay in the logging
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the DENY/ALLOW/DENY rule

A

Explicit DENY wins
Explict Allow next
Implicit DENY next

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

What is difference between Managed and Inline policies?

A

Inline - applying a policy to each identity individually, admin overhead: edit every account if a change is needed

Managed - single policy can be attached to multiple identities, reuseable, low mgmt overhead

Use Inline for exceptional cases, to block or add permissions to an identity

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

Exam power up!

A
  • only 5000 IAM users in a single account

- IAM users can be members of 10 groups

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

Can groups be referenced as an identity in a policy?

A

NO!

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