Security Flashcards

1
Q

What controls access to AWS services?

A

Identity and Access Management (IAM)

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

How do you get to IAM?

A

https://console.aws.amazon.com/iam

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

What is a subset of a group?

A

user

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

What is a role made up of?

A

policies

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

What can assume a role?

A

a process

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

What gives a service access?

A

a role

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

Do you have to create roles for all services?

A

No. Sometimes they are created automatically.

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

What are the steps to creating a role for lambda functions?

A

IAM > Roles > Create Role > Highlight AWS service > highlight Lambda > click Next: Permissions

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

When creating a user, what are the two types of access a user can have?

A

programmatic access and aws management console access

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

What are the two types of pools Cognito offers?

A

user pools and identity pools

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

Which Cognito pool allows people access without a login?

A

identity pool

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

Which Cognito pool are accounts created on AWS via your app or your website?

A

user pool

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

How do you get to Cognito?

A

Console > Security > Cognito

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

How do you create a user pool in Cognito?

A

Click on cognito and then click Mange User Pools

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

How do you manage identity pools through the mobile hub?

A

Select if you want to allow access from Facebook, google, and amazon.

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

Cognito > create identity pool: Why would you enable access to unauthenticated identities?

A

Because some apps allow people access without requiring them to login.

17
Q

Cognito > create identity pool > unauthenticated identities: How do you create options for SAML or OpenID?

A

AWS IAM console hyperlink > create provider

18
Q

Cognito > create identity pool > unauthenticated identities > AWS IAM console hyperlink > create provider > select SAML for provider type: How do you enable metadata document?

A

Go to the saml identity provider service and register aws with it. Then, get the document.