Topic 1 Question 511
A company is building a social media application. A developer is modifying an AWS Lambda function that updates a database with data that tracks each user's online activity. A web application server uses the AWS SDK to invoke the Lambda function.
The developer has tested the new Lambda code and is ready to deploy the code into production. However, the developer wants to allow only a small percentage of the invocations from the AWS SDK to call the new code.
Which solution will meet these requirements?
Configure a Lambda version that has a specific weight value for the updated Lambda function.
Create an alias for the Lambda function. Configure a specific weight value for the updated version.
Create an Application Load Balancer. Specify weighted target groups for the original Lambda function and the updated Lambda function.
Create a Network Load Balancer. Specify weighted target groups for the original Lambda function and the updated Lambda function.
ユーザの投票
コメント(1)
- 正解だと思う選択肢: B
La mejor forma de hacer un despliegue gradual es usar un alias de la función Lambda y configurar un routing configuration que direccione solo un pequeño porcentaje del tráfico a la nueva versión
👍 1italiancloud20252025/02/17
シャッフルモード