SAP-C01 Exam QuestionsBrowse all questions from this exam

SAP-C01 Exam - Question 909


A company is planning to set up a REST API application on AWS. The application team wants to set up a new identity store on AWS. The IT team does not want to maintain any infrastructure or servers for this deployment.

What is the MOST operationally efficient solution that meets these requirements?

Show Answer
Correct Answer: C

The most operationally efficient solution that meets the requirements of setting up a new identity store on AWS without maintaining any infrastructure or servers is to deploy the application as AWS Lambda functions and set up Amazon API Gateway REST API endpoints for the application. Additionally, setting up an Amazon Cognito user pool and configuring an Amazon Cognito authorizer for authentication provides a serverless and managed approach for identity management. AWS Lambda allows the application team to focus on writing code without worrying about server maintenance, while Amazon Cognito handles user authentication and management efficiently.

Discussion

6 comments
Sign in to comment
SGES
Sep 6, 2022

C - agreed to be better option

masetromainOption: C
Jan 11, 2023

answer from chatgpt The most operationally efficient solution that meets the requirements would be option C. This solution involves deploying the application as AWS Lambda functions and setting up Amazon API Gateway REST API endpoints for the application. Additionally, setting up an Amazon Cognito user pool and configuring an Amazon Cognito authorizer to handle user authentication. This approach provides the desired level of abstraction as the application team would not have to maintain any infrastructure or servers. Also, AWS Lambda functions are a highly scalable and cost-effective way to build serverless applications. And by using the Amazon Cognito, it will handle all the user authentication and access management which is highly secure and manageable.

Ni_yot
Sep 9, 2022

C - lamda and conigto for authentication

ToanVN1988Option: C
Oct 27, 2022

C is best choice

psou7
Oct 16, 2022

I would go with C

WhyIronManOption: C
Jul 15, 2024

it is c