nerdexam
AmazonAmazon

DVA-C02 · Question #572

DVA-C02 Question #572: Real Exam Question with Answer & Explanation

The correct answer is A: Create an AWS Lambda function that runs in the same VPC as the API application. Configure the. Running an AWS Lambda function within the same VPC ensures secure communication without exposing the API application to public IP addresses. The Lambda function can serve as a secure EventBridge target to send events to the API.

Submitted by andres_qro· Mar 5, 2026Development with AWS Services

Question

A company regularly receives route status updates from its delivery trucks as events in Amazon EventBridge. The company is building an API-based application in a VPC that will consume and process the events to create a delivery status dashboard. The API application must not be available by using public IP addresses because of security and compliance requirements. How should the company send events from EventBridge to the API application?

Options

  • ACreate an AWS Lambda function that runs in the same VPC as the API application. Configure the
  • BCreate an internet-facing Application Load Balancer (ALB) in front of the API application.
  • CCreate an internet-facing Network Load Balancer (NLB) in front of the API application. Associate
  • DUse the application API endpoint in the VPC as a target for EventBridge. Send events directly to

Explanation

Running an AWS Lambda function within the same VPC ensures secure communication without exposing the API application to public IP addresses. The Lambda function can serve as a secure EventBridge target to send events to the API.

Community Discussion

No community discussion yet for this question.

Full DVA-C02 PracticeBrowse All DVA-C02 Questions