ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 164 - DVA-C02 discussion

Report
Export

A developer created an AWS Lambda function that performs a series of operations that involve multiple AWS services. The function's duration time is higher than normal. To determine the cause of the issue, the developer must investigate traffic between the services without changing the function code

Which solution will meet these requirements?

A.
Enable AWS X-Ray active tracing in the Lambda function Review the logs in X-Ray
Answers
A.
Enable AWS X-Ray active tracing in the Lambda function Review the logs in X-Ray
B.
Configure AWS CloudTrail View the trail logs that are associated with the Lambda function.
Answers
B.
Configure AWS CloudTrail View the trail logs that are associated with the Lambda function.
C.
Review the AWS Config logs in Amazon Cloud Watch.
Answers
C.
Review the AWS Config logs in Amazon Cloud Watch.
D.
Review the Amazon CloudWatch logs that are associated with the Lambda function.
Answers
D.
Review the Amazon CloudWatch logs that are associated with the Lambda function.
Suggested answer: A

Explanation:

Tracing Distributed Systems:AWS X-Ray is designed to trace requests across services, helping identify bottlenecks in distributed applications like this one.

No Code Changes:Enabling X-Ray tracing often requires minimal code changes, meeting the requirement.

Identifying Bottlenecks: Analyzing X-Ray traces and logs will reveal latency in communications between different AWS services, leading to the high duration time.

AWS X-Ray:https://aws.amazon.com/xray/

X-Ray and Lambda:https://docs.aws.amazon.com/xray/latest/devguide/xray-services-lambda.html

asked 16/09/2024
Piotr Jakubowski
32 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first