exam questions

Exam AWS Certified Solutions Architect - Professional All Questions

View all questions & answers for the AWS Certified Solutions Architect - Professional exam

Exam AWS Certified Solutions Architect - Professional topic 1 question 390 discussion

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
Show Suggested Answer Hide Answer
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

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
kirrim
Highly Voted 3 years, 8 months ago
D: https://docs.aws.amazon.com/lambda/latest/dg/monitoring-metrics.html - Invocation metrics - Invocations - Errors - DeadLetterErrors - DestinationDeliveryFailures - Throttles - ProvisionedConcurrencyInvocations - ProvisionedConcurrencySpilloverInvocations - Performance metrics - Duration - PostRuntimeExtensionsDuration - IteratorAge - Concurrency metrics - ConcurrentExecutions - ProvisionedConcurrentExecutions - ProvisionedConcurrencyUtilization - UnreservedConcurrentExecutions
upvoted 5 times
...
Radhaghosh
Most Recent 3 years, 8 months ago
Agreed. Answer D
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
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.

SaveCancel
Loading ...