Topic 1 Question 240
2 つ選択A company recently deployed an AWS Lambda function. A developer notices an increase in the function throttle metrics in Amazon CloudWatch.
What are the MOST operationally efficient solutions to reduce the function throttling?
Migrate the function to Amazon Elastic Kubernetes Service (Amazon EKS).
Increase the maximum age of events in Lambda.
Increase the function’s reserved concurrency.
Add the lambda:GetFunctionConcurrency action to the execution role.
Request a service quota change for increased concurrency.
ユーザの投票
コメント(3)
C. Increase the function’s reserved concurrency: Reserved concurrency ensures that a specific number of concurrent executions are always available for your function.
E. Request a service quota change for increased concurrency: If your application is experiencing throttling and the reserved concurrency isn't sufficient, you can request a service quota increase for additional concurrency.
👍 2Claire_KMT2023/10/28The correct answer is C&E.
👍 2oussa_ama2023/11/01- 正解だと思う選択肢: CE
Following issue throttling. C and E is suitable
👍 1TanTran042023/12/15
シャッフルモード