
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company is deploying a mobile app on AWS. Thousands of users will access the app. Which AWS service should the company use to create a directory to manage sign-in for the users?
A
AWS Directory Service
B
AWS IAM Identity Center
C
Amazon Cognito
D
AWS Identity and Access Management (IAM)
Explanation:
Amazon Cognito is the correct choice for managing user sign-in for mobile applications with thousands of users because:
Amazon Cognito is specifically designed for mobile and web applications that need user authentication and authorization
It provides user pools that act as user directories with built-in sign-up and sign-in functionality
Supports social identity providers (Google, Facebook, etc.) and enterprise identity providers
Scales automatically to handle thousands of concurrent users
Provides secure token-based authentication
Why other options are incorrect:
AWS Directory Service: Primarily for integrating with Microsoft Active Directory for enterprise directory services, not optimized for mobile app user authentication
AWS IAM Identity Center: Used for centralized access management to multiple AWS accounts and business applications, not designed for mobile app user authentication
AWS IAM: Used for managing access to AWS resources and services, not for end-user authentication in mobile applications
For mobile applications requiring user authentication and management, Amazon Cognito is the recommended AWS service.