DVA-C01 Exam QuestionsBrowse all questions from this exam

DVA-C01 Exam - Question 271


A company is building a serverless microservice for an existing application that uses AWS Lambda functions and Amazon API Gateway. The microservice needs to automate an on-premises identity provider (IdP) that supports the OpenID Connect (OIDC) standard.

What should the company do to implement the API authorization mechanism with the LEAST operational overhead?

Show Answer
Correct Answer: AD

To implement the API authorization mechanism with the least operational overhead, the company should use an API Gateway HTTP API to invoke the Lambda functions and set the JSON Web Token (JWT) issuer as the public OIDC endpoint of the on-premises IdP. This approach uses the native capabilities of the API Gateway HTTP API to support OIDC without requiring additional configuration or integration steps, thus minimizing operational overhead.

Discussion

8 comments
Sign in to comment
KT_Yu
Jan 18, 2023

The answer should be A. Only HTTP api support OpenID Connect. Also, API gateway does not integrated with Cognito Identity pool (in fact it is user pool)

ccna_imperathorOption: D
Jan 26, 2023

D: https://docs.aws.amazon.com/cognito/latest/developerguide/open-id.html

ezeikOption: B
Feb 23, 2023

The answer is B, HTTP API is supported, not REST https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-jwt-authorizer.html

k1kavi1Option: D
Nov 26, 2022

https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_create_oidc.html

michaldavidOption: D
Nov 26, 2022

Agreed

rcaliandroOption: B
Jun 30, 2023

I will go with B. Why not HTTP API?

kyoharoOption: B
Nov 9, 2023

I'll go with B

9cb0c69Option: B
Jul 19, 2024

B, This approach minimizes operational overhead compered to D