IAM Flashcards

1
Q

Power User access allows….

A

Access to all AWS services except for management of groups and users within IAM.

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

What level of access does the root account has? (Read only, Power user, Administrator or No access)

A

Administrator access

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

Are IAM configurations global or regional?

A

Global

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

Can you log in to the AWS web console using the Access Key Id and Secret Access Key?

A

No. You must generate a password for the user and supply the user with this password, as well as the unique link to sign in to the AWS console.

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

What is an additional way to secure IAM for both the root login and new users alike?

A

Implement MFA (multi factor authentication) for all accounts

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

By default, when you create a new user in the IAM console, what level of access do they have?

A

No access to any AWS service

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

In what language are policy documents written in?

A

JSON

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

What are IAM groups?

A

A collection of users under a set of permissions

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

What are IAM roles?

A

IAM roles are a secure way to grant permissions to entities that you trust, such as:

  • IAM user in another account
  • Application code running on an EC2 instance that needs to perform actions on AWS resources
  • Etc.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Using SAML you can give your federated users SSO access to the AWS Management Console (true or false)

A

True

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

When editing permissions (policies and ACLs), to whom does the concept of the “Owner” refer?

A

The “Owner” refers to the identity and email address used to create the AWS account.

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