Topic 1 Question 215
A company’s AWS Lambda function is experiencing performance issues. The Lambda function performs many CPU-intensive operations. The Lambda function is not running fast enough and is creating bottlenecks in the system.
What should a SysOps administrator do to resolve this issue?
In the CPU launch options for the Lambda function, activate hyperthreading.
Turn off the AWS managed encryption.
Increase the amount of memory for the Lambda function.
Load the required code into a custom layer.
ユーザの投票
コメント(3)
- 正解だと思う選択肢: C👍 3zolthar_z2023/01/03
you can improve performance by increasing the memory allocation, even if the function doesn’t use all of the memory.
👍 1ashu272023/01/03- 正解だと思う選択肢: C
C. Zolthar provided correct reference.
👍 1Domdom1202023/03/01
シャッフルモード