Topic 1 Question 497
2 つ選択A developer is creating an application that uses an AWS Lambda function to transform and load data from an Amazon S3 bucket. When the developer tests the application, the developer finds that some invocations of the Lambda function are slower than others.
The developer needs to update the Lambda function to have predictable invocation durations that run with low latency. Any initialization activities, such as loading libraries and instantiating clients, must run during allocation time rather than during actual function invocations.
Which combination of steps will meet these requirements?
Create a schedule group in Amazon EventBridge Scheduler to invoke the Lambda function.
Configure provisioned concurrency for the Lambda function to have the necessary number of execution environments.
Use the $LATEST version of the Lambda function.
Configure reserved concurrency for the Lambda function to have the necessary number of execution environments.
Deploy changes, and publish a new version of the Lambda function.
ユーザの投票
コメント(1)
- 正解だと思う選択肢: BE
B garantiza que las instancias de la función se inicialicen y estén listas y E pone una nueva versión de la función pero no a LATEST
👍 1italiancloud20252025/02/17
シャッフルモード