Security Basics Flashcards

1
Q

Shared Responsibility Environment

A

User Responsibility vs AWS responsibility

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

Amazon Cognito

A

create unique identities for users;
authenticate identities with identity providers, or your own auth process;
supports unauthenticated identities;
save mobile user data
user credentials obtained to synchronized data with Cognito Sync

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

IAM Role Scenario

A

User logs in to app
We generate temporary AWS credentials
The temporary credentials are associated with a specific IAM role
The IAM role gives access to DynamoDB to read/write progress

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