Topic 1 Question 448
A developer is building an application on AWS. The application has an Amazon API Gateway API that sends requests to an AWS Lambda function. The API is experiencing increased latency because the Lambda function has limited available CPU to fulfill the requests.
Before the developer deploys the API into production, the developer must configure the Lambda function to have more CPU.
Which solution will meet this requirement?
Increase the virtual CPU (vCPU) cores quota of the Lambda function.
Increase the amount of memory that is allocated to the Lambda function.
Increase the ephemeral storage size of the Lambda function.
Increase the timeout value of the Lambda function.
ユーザの投票
コメント(1)
- 正解だと思う選択肢: B
In lambda The more memory, the more CPU available.
👍 1Saudis2024/11/07
シャッフルモード