From 03fedd1c323c33c104117399bf9f71cc6e63bb9d Mon Sep 17 00:00:00 2001 From: Boldrack <32609878+boldrack@users.noreply.github.com> Date: Mon, 28 Jul 2025 13:41:58 +0100 Subject: [PATCH 1/3] Question 164, fix option wording. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1145b54..aa9b7fb 100644 --- a/README.md +++ b/README.md @@ -2036,7 +2036,7 @@ We are so thankful for every contribution, which makes sure we can deliver top-n ### 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? - [ ] Create a blank user ID in a user pool, add to the user group, and grant access to AWS resources. -- [x] Create a new identity pool, enable access to authenticated identities, and grant access to AWS resources. +- [x] Create a new identity pool, enable access to unauthenticated identities, and grant access to AWS resources. - [ ] Create a new user pool, enable access to authenticated identifies, and grant access to AWS resources. - [ ] Create a new user pool, disable authentication access, and grant access to AWS resources. From 2e927e170bd7c281ba352ea0555950855a96e43d Mon Sep 17 00:00:00 2001 From: Boldrack <32609878+boldrack@users.noreply.github.com> Date: Mon, 28 Jul 2025 13:44:53 +0100 Subject: [PATCH 2/3] propose question 168 answer from D to B --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa9b7fb..a3f1f7b 100644 --- a/README.md +++ b/README.md @@ -2072,9 +2072,9 @@ We are so thankful for every contribution, which makes sure we can deliver top-n ### 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? - [ ] Enable throttling limits for each method in Amazon API Gateway. -- [ ] Create a usage plan for each user and request API keys to access the APIs. +- [x] Create a usage plan for each user and request API keys to access the APIs. - [ ] Enable API rate limiting in Amazon Cognito for each user. -- [x] Enable default throttling limits for each stage after deploying the APIs. +- [ ] Enable default throttling limits for each stage after deploying the APIs. **[⬆ Back to Top](#table-of-contents)** From 4f995afde3f24fd5052964bf5e0d855d457ca761 Mon Sep 17 00:00:00 2001 From: Boldrack <32609878+boldrack@users.noreply.github.com> Date: Mon, 28 Jul 2025 13:46:51 +0100 Subject: [PATCH 3/3] propse Question 170 from C to B --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a3f1f7b..1ff82ed 100644 --- a/README.md +++ b/README.md @@ -2090,8 +2090,8 @@ We are so thankful for every contribution, which makes sure we can deliver top-n ### 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? - [ ] AWS AppSync. -- [ ] Amazon Cognito identity pools. -- [x] Amazon Cognito user pools. +- [x] Amazon Cognito identity pools. +- [ ] Amazon Cognito user pools. - [ ] Amazon Lambda@Edge. **[⬆ Back to Top](#table-of-contents)**