List of questions
Related questions
Question 277 - DVA-C02 discussion
A developer created several AWS Lambda functions that write data to a single Amazon S3 bucket. The developer configured all the Lambda functions to send logs and metrics to Amazon CloudWatch.
The developer receives reports that one of the Lambda functions writes data to the bucket very slowly. The developer needs to measure the latency between the problematic Lambda function and the S3 bucket.
Which solution will meet this requirement?
Enable AWS X-Ray on the Lambda function. In the generated trace map. select the line between Lambda and Amazon S3.
Query the Lambda function's log file in Amazon CloudWatch Logs Insights. Return the average of the auto-discovered duration field.
Enable CloudWatch Lambda Insights on the function. View the latency graph that CloudWatch Lambda Insights provides.
Enable AWS X-Ray on the Lambda function. Select Amazon S3 in the latency graph to view the latency histogram.
0 comments
Leave a comment first