ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 319 - DVA-C01 discussion

Report
Export

A company is developing an application that will be accessed through the Amazon API Gateway REST API Registered users should be the only ones who can access certain resources of this API. The token being used should expire automatically and needs to be refreshed periodically.

How can a developer meet these requirements'?

A.
Create an Amazon Cognito identity pool, configure the Amazon Cognito Authorizer in API Gateway, and use the temporary credentials generated by the identity pool
Answers
A.
Create an Amazon Cognito identity pool, configure the Amazon Cognito Authorizer in API Gateway, and use the temporary credentials generated by the identity pool
B.
Create and maintain a database record for each user with a corresponding token and use an AWS Lambda authorizer m API Gateway
Answers
B.
Create and maintain a database record for each user with a corresponding token and use an AWS Lambda authorizer m API Gateway
C.
Create an Amazon Cognito user pool, configure the Cognito Authorizer in API Gateway, and use the identity or access token
Answers
C.
Create an Amazon Cognito user pool, configure the Cognito Authorizer in API Gateway, and use the identity or access token
D.
Create an IAM user for each API user, attach an invoke permissions policy to the API. and use an IAM authorizer in API Gateway.
Answers
D.
Create an IAM user for each API user, attach an invoke permissions policy to the API. and use an IAM authorizer in API Gateway.
Suggested answer: C

Explanation:

Reference: https://aws.amazon.com/premiumsupport/knowledge-center/cognito-custom-scopesapi-gateway/

asked 16/09/2024
Gianni Masaracchia
43 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first