ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

249 / 474

Question 249:

There is a new Lambda Function developed using AWS CloudFormation Templates. Which of the following attributes can be used to test the new Function with migrating 5% of traffic to the new version?

Answer options:

A.aws lambda create-alias --name alias name --function-name function-name \--routing-config AdditionalVersionWeights={"2"=0.05}
B.aws lambda create-alias --name alias name --function-name function-name \--routing-config AdditionalVersionWeights={"2"=5}
C.aws lambda create-alias --name alias name --function-name function-name \--routing-config AdditionalVersionWeights={"2"=0.5}
D.aws lambda create-alias --name alias name --function-name function-name \--routing-config AdditionalVersionWeights={"2"=5%}