Skip to content

Commit 3f48de6

Browse files
Merge pull request #40 from boldrack/main
New changes proposal on question 170, 168 and 164
2 parents 66dfa07 + 14dc18a commit 3f48de6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2036,7 +2036,7 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
20362036
### A Developer must allow guest users without logins to access an Amazon Cognito-enabled site to view files stored within an Amazon S3 bucket. How should the Developer meet these requirements?
20372037

20382038
- [ ] Create a blank user ID in a user pool, add to the user group, and grant access to AWS resources.
2039-
- [x] Create a new identity pool, enable access to authenticated identities, and grant access to AWS resources.
2039+
- [x] Create a new identity pool, enable access to unauthenticated identities, and grant access to AWS resources.
20402040
- [ ] Create a new user pool, enable access to authenticated identifies, and grant access to AWS resources.
20412041
- [ ] Create a new user pool, disable authentication access, and grant access to AWS resources.
20422042

@@ -2072,9 +2072,9 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
20722072
### A company provides APIs as a service and commits to a service level agreement (SLA) with all its users. To comply with each SLA, what should the company do?
20732073

20742074
- [ ] Enable throttling limits for each method in Amazon API Gateway.
2075-
- [ ] Create a usage plan for each user and request API keys to access the APIs.
2075+
- [x] Create a usage plan for each user and request API keys to access the APIs.
20762076
- [ ] Enable API rate limiting in Amazon Cognito for each user.
2077-
- [x] Enable default throttling limits for each stage after deploying the APIs.
2077+
- [ ] Enable default throttling limits for each stage after deploying the APIs.
20782078

20792079
**[⬆ Back to Top](#table-of-contents)**
20802080

@@ -2090,8 +2090,8 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
20902090
### A Developer needs to create an application that supports Security Assertion Markup Language (SAML) and Facebook authentication. It must also allow access to AWS services, such as Amazon DynamoDB. Which AWS service or feature will meet these requirements with the LEAST amount of additional coding?
20912091

20922092
- [ ] AWS AppSync.
2093-
- [ ] Amazon Cognito identity pools.
2094-
- [x] Amazon Cognito user pools.
2093+
- [x] Amazon Cognito identity pools.
2094+
- [ ] Amazon Cognito user pools.
20952095
- [ ] Amazon Lambda@Edge.
20962096

20972097
**[⬆ Back to Top](#table-of-contents)**

0 commit comments

Comments
 (0)