DVA-C02 · Question #120
A software company is launching a multimedia application. The application will allow guest users to access sample content before the users decide if they want to create an account to gain full…
The correct answer is B. Create an Amazon Cognito identity pool. Configure the identity pool to allow unauthenticated D. Create a role for authenticated users that allows access to all content. Create a role for. Option B because by configuring the identity pool to allow unauthenticated users, you can enable guest users to access the sample content. When users create an account, they can be authenticated, and then given access to the full content by assuming a role that allows them…
Question
A software company is launching a multimedia application. The application will allow guest users to access sample content before the users decide if they want to create an account to gain full access. The company wants to implement an authentication process that can identify users who have already created an account. The company also needs to keep track of the number of guest users who eventually create an account. Which combination of steps will meet these requirements? (Choose two.)
Options
- ACreate an Amazon Cognito user pool. Configure the user pool to allow unauthenticated users.
- BCreate an Amazon Cognito identity pool. Configure the identity pool to allow unauthenticated
- CCreate an Amazon CloudFront distribution. Configure the distribution to allow unauthenticated
- DCreate a role for authenticated users that allows access to all content. Create a role for
- EAllow all users to access the sample content by default. Create a role for authenticated users that
How the community answered
(61 responses)- A5% (3)
- B79% (48)
- C3% (2)
- E13% (8)
Explanation
Option B because by configuring the identity pool to allow unauthenticated users, you can enable guest users to access the sample content. When users create an account, they can be authenticated, and then given access to the full content by assuming a role that allows them Option D is correct because creating roles for authenticated and unauthenticated users with different levels of access is an appropriate way to meet the requirement of identifying users who have created an account and keeping track of the number of guest users who eventually create
Community Discussion
No community discussion yet for this question.