Skip to content

Commit 5a651b3

Browse files
Fix: question134 correct answer (issue #16)
1 parent bb6302b commit 5a651b3

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
@@ -1713,11 +1713,11 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
17131713

17141714
### A development team is designing a mobile app that requires multi-factor authentication. Which steps should be taken to achieve this? (Choose TWO)
17151715

1716-
- [ ] Use Amazon Cognito to create a user pool and create users in the user pool.
1716+
- [x] Use Amazon Cognito to create a user pool and create users in the user pool.
17171717
- [ ] Send multi-factor authentication text codes to users with the Amazon SNS Publish API call in the app code.
17181718
- [x] Enable multi-factor authentication for the Amazon Cognito user pool.
17191719
- [ ] Use AWS IAM to create IAM users.
1720-
- [x] Enable multi-factor authentication for the users created in AWS IAM.
1720+
- [ ] Enable multi-factor authentication for the users created in AWS IAM.
17211721

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

0 commit comments

Comments
 (0)