
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 service for this scenario because:
Amazon Cognito is specifically designed for mobile and web applications that need user sign-up, sign-in, and access control
It can scale to handle thousands of users accessing a mobile app
Provides user directories and authentication flows for mobile apps
Supports social identity providers (Google, Facebook, etc.) and enterprise identity providers
Manages user profiles and authentication state
Why the other options are incorrect:
AWS Directory Service: Primarily for enterprise directory services like Active Directory, not optimized for mobile app user authentication
AWS IAM Identity Center: Used for centralized access management to multiple AWS accounts and business applications, not specifically for mobile app user directories
AWS Identity and Access Management (IAM): Used for managing AWS resource access for AWS users, not for managing end-user authentication for mobile applications
For mobile applications with thousands of users requiring sign-in capabilities, Amazon Cognito is the recommended AWS service.