Exam SAP-C01 All QuestionsBrowse all questions from this 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?

    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
SGES

C - agreed to be better option

masetromainOption: C

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.

ToanVN1988Option: C

C is best choice

Ni_yot

C - lamda and conigto for authentication

WhyIronManOption: C

it is c

psou7

I would go with C