ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

440 / 474

Question 440:

A developer is designing a mobile game application relying on some AWS serverless services. To access these services, requests must be signed with an AWS access key. Among recommended approaches, which one is the most appropriate in this sort of scenario?

Answer options:

A.Embed or distribute long-term AWS credentials that a user downloads to an encrypted store.
B.Use Amazon Cognito which acts as an identity broker to implement web identity federation.
C.Write code that interacts with a web identity provider and trades the authentication token for AWS temporary security credentials.
D.Use federation and AWS IAM to enable single sign-on (SSO) to your AWS root accounts.