
Answer-first summary for fast verification
Answer: Use Amazon Cognito for user-management and facilitating the log-in/sign-up process, Use Amazon Cognito to enable Multi-Factor Authentication (MFA) when users log-in
Use Amazon Cognito for user-management and facilitating the log-in/sign-up process Use Amazon Cognito to enable Multi-Factor Authentication (MFA) when users log-in Amazon Cognito lets you add user sign-up, sign-in, and access control to your web and mobile apps quickly and easily. Amazon Cognito scales to millions of users and supports sign-in with social identity providers, such as Facebook, Google, and Amazon, and enterprise identity providers via SAML 2.0. A Cognito user pool is a user directory in Amazon Cognito. With a user pool, your users can sign in to your web or mobile app through Amazon Cognito, or federate through a third-party identity provider (IdP). Whether your users sign-in directly or through a third party, all members of the user pool have a directory profile that you can access through an SDK. Cognito user pools provide support for sign-up and sign-in services as well as security features such as multi-factor authentication (MFA).
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
A healthcare mobile application leverages proprietary machine learning algorithms for early diagnosis based on patient health metrics. Ensuring the protection of this sensitive data is crucial. The development team aims to migrate to a scalable user management system that includes log-in and sign-up functionalities, as well as support for Multi-Factor Authentication (MFA).
Identify the two most suitable options from the list below that would require the least amount of development effort to accomplish this transition. (Select two)
A
Use Lambda functions and DynamoDB to create a custom solution for user management
B
Use Lambda functions and RDS to create a custom solution for user management
C
Use Amazon Cognito for user-management and facilitating the log-in/sign-up process
D
Use Amazon SNS to send Multi-Factor Authentication (MFA) code via SMS to mobile app users
E
Use Amazon Cognito to enable Multi-Factor Authentication (MFA) when users log-in