Module 3: Security Flashcards

1
Q

What sort of credentials do we get from IAM? What do they allow us to authenticate with?

A

The AWS API, if our Operating System or Application has authentication as well, this will have nothing to do with that.

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

What do IAM policies determine?

A

What your authorization is (permissions)

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

What are IAM policies written in?

A

JSON format

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

What are the different types of IAM policies and what’s the difference between them?

A

Managed Policies, of which there are AWS managed and Customer Managed. These are defined elsewhere but assigned.

Inline Policies, policies written inline on a user or a role.

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

Why are roles better to use than just simply using a policy?

A

Security reasons, a role generates temporary credentials that rotate every 5 minutes. So if someone got ahold of these credentials we know it would expire and not be a concern whereas if they got policy credentials those wouldn’t change.

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