Topic 1 Question 597
A company hosts an internal serverless application on AWS by using Amazon API Gateway and AWS Lambda. The company’s employees report issues with high latency when they begin using the application each day. The company wants to reduce latency.
Which solution will meet these requirements?
Increase the API Gateway throttling limit.
Set up a scheduled scaling to increase Lambda provisioned concurrency before employees begin to use the application each day.
Create an Amazon CloudWatch alarm to initiate a Lambda function as a target for the alarm at the beginning of each day.
Increase the Lambda function memory.
ユーザの投票
コメント(6)
- 正解だと思う選択肢: B👍 4oayoade2023/08/30
- 正解だと思う選択肢: B
Set up a scheduled scaling to increase Lambda provisioned concurrency before employees begin to use the application each day.
👍 3Guru4Cloud2023/09/13 - 正解だと思う選択肢: B
Provisioned Concurrency incurs additional costs, so it is cost-efficient to use it only when necessary. For example, early in the morning when activity starts, or to handle recurring peak usage.
👍 2Mll19752023/09/08
シャッフルモード