AWS Certified SysOps Administrator – Associate — Question 133

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?

Answer options

Correct answer: C

Explanation

Increasing the memory for the Lambda function also proportionally increases the CPU power allocated to it, which can significantly enhance performance for CPU-intensive tasks. The other options do not directly address the performance bottleneck caused by CPU constraints; hyperthreading is not applicable to AWS Lambda, turning off encryption may not improve performance, and using a custom layer does not inherently increase processing power.