After your Lambda function has been running for some time, you need to look at some metrics to ascertain how your function is performing and decide to use the AWS CLI to do this. Which of the following commands must be used to access these metrics using the AWS CLI? A. mon-list-metrics and mon-get-stats B. list-metrics and get-metric-statistics C. ListMetrics and GetMetricStatistics D. list-metrics and mon-get-stats  Suggested Answer: B Community Answer: B AWS Lambda automatically monitors functions on your behalf, reporting metrics through Amazon CloudWatch. To access metrics using the AWS CLI Use the list-metrics and get-metric-statistics commands. Reference: http://docs.aws.amazon.com/lambda/latest/dg/monitoring-functions-access-metrics.html This question is in SAP-C01 AWS Certified Solutions Architect – Professional Exam For getting AWS Certified Solutions Architect – Professional Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Amazon. Trademarks, certification & product names are used for reference only and belong to Amazon. The website does not contain actual questions and answers from Amazon's Certification Exam.
Please login or Register to submit your answer