Identity Access Management (IAM) Flashcards

1
Q

List 4 steps to secure your AWS Root Account

A
  • Enable multi-factor authentication
  • Create and admin group for administrators, and assign the appropriate permissions to this group
  • Create user accounts for your administrators
  • Add your users to the admin group
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

True or false? IAM is region specific.

A

False. IAM is universal. It does not apply to regions at this time

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

This is the account created when you first set up your AWS account and it has complete admin access.

A

The root account

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

What are the default permissions for new users?

A

New users have no permissions when first created.

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

You cannot use _____ and _______ to log into the console. However, you would use them to access AWS via the APIs and Command line.

A

Access key ID, secret access key

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

True or False: If you loose your Access key ID you can recover it from the AWS console.

A

False. If you loose your Access key ID, secret access key you have to regenerate them. So, save them in a secure location.

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

What capability does IAM federation provide?

A

IAM federation allows you to combine your existing user account (ie. Active Directory Account) to log into AWS

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

Identity federation uses the _____ standard.

A

SAML, which is essentially active directly

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

What does the “EAR” in a policy document stand for?

A

Effect, Action, Resource

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

The principle of _______ is described as only assigning a user the minimum amount of permissions that they need to do their job.

A

Least Privilege

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

True or False? AWS requires MFA to be enabled for all users.

A

False. Though it is highly recommended as a best practice.

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

What is the single best thing you can do to secure the root account in AWS?

A

Enable multi-factor authentication (MFA)

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