You set up your first Lambda function and want to set up some Cloudwatch metrics to monitor your function. Which of the following Lambda metrics can Cloudwatch monitor?
A.
Total requests only
B.
Status Check Failed, total requests, and error rates
C.
Total requests and CPU utilization
D.
Total invocations, errors, duration, and throttles
Suggested Answer:D🗳️
AWS Lambda automatically monitors functions on your behalf, reporting metrics through Amazon CloudWatch (CloudWatch). These metrics include total invocations, errors, duration, and throttles. Reference: http://docs.aws.amazon.com/lambda/latest/dg/monitoring-functions-metrics.html
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
kirrim
Highly Voted 3 years, 8 months agoRadhaghosh
Most Recent 3 years, 8 months ago