ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Professional Exam Questions

Amazon

AWS Certified Solutions Architect Professional

462 / 465

Question 462:

You create a Lambda Function to process clients’ queries from a web application. The workload is time sensitive so that you want the Lambda function to finish processing and respond as quickly as possible. You prefer allocating more resources such as memories or CPUs to the Lambda Function. However, you are unsure how many resources are being used at the moment. Which action can help you to get the current memory usage and allocate more resources if needed?

Answer options:

A.Check the default CloudWatch metrics to get the allocated and used memories. Pre-allocate more resources to the Lambda Function if required.
B.Check CloudWatch Logs to get the max memory used and allocate more memory if needed.
C. Check CloudWatch metrics to get the max number of invocations. Increase the reserved concurrency to speed up the processing time.
D.Memories and CPUs in Lambda Function are managed by AWS and can auto-scale if required. You are not supposed to allocate more resources by yourself.