ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Professional Exam Questions

Amazon

AWS Certified Solutions Architect Professional

450 / 465

Question 450:

Your team is developing an Android app. You need to use an Amazon Cognito Identity Pool to create unique identities for the app users and federate them with the identity provider from Google. You also want to allow unauthenticated guest access for the application. Guests can get temporary tokens for limited access. How would you implement the guest access using Amazon Cognito?

Answer options:

A.Enable the unauthenticated access in Cognito Identity Pool. Guest users can request an identity ID via the GetId API.
B.Activate the unauthenticated access feature in Cognito User Pool. Link the User Pool in Cognito Identity Pool.
C.Users can get guest credentials via the GetCredentialsForIdentity API with a request type as Guest.
D.Guest users can request temporary tokens by using the GetOpenIdToken API.