Skip to content

Commit 0811fa1

Browse files
Fix: question164 correct answer (closes #28)
1 parent db9a836 commit 0811fa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2018,9 +2018,9 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
20182018
### 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?
20192019

20202020
- [ ] Create a blank user ID in a user pool, add to the user group, and grant access to AWS resources.
2021-
- [ ] Create a new identity pool, enable access to authenticated identities, and grant access to AWS resources.
2021+
- [x] Create a new identity pool, enable access to authenticated identities, and grant access to AWS resources.
20222022
- [ ] Create a new user pool, enable access to authenticated identifies, and grant access to AWS resources.
2023-
- [x] Create a new user pool, disable authentication access, and grant access to AWS resources.
2023+
- [ ] Create a new user pool, disable authentication access, and grant access to AWS resources.
20242024

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

0 commit comments

Comments
 (0)